SVN: nagios-config/trunk/objects: dependencies.cfg escalations.cfg hostgroups.cfg hosts.cfg services...

glen glen at pld-linux.org
Tue Aug 4 07:53:17 CEST 2009


Author: glen
Date: Tue Aug  4 07:53:17 2009
New Revision: 10447

Modified:
   nagios-config/trunk/objects/dependencies.cfg
   nagios-config/trunk/objects/escalations.cfg
   nagios-config/trunk/objects/hostgroups.cfg
   nagios-config/trunk/objects/hosts.cfg
   nagios-config/trunk/objects/services.cfg
Log:
- vim filetype not just syntax

Modified: nagios-config/trunk/objects/dependencies.cfg
==============================================================================
--- nagios-config/trunk/objects/dependencies.cfg	(original)
+++ nagios-config/trunk/objects/dependencies.cfg	Tue Aug  4 07:53:17 2009
@@ -14,4 +14,4 @@
 #
 ################################################################################
 
-# vim:ts=8:sw=8:syn=nagios
+# vim:ts=8:sw=8:ft=nagios

Modified: nagios-config/trunk/objects/escalations.cfg
==============================================================================
--- nagios-config/trunk/objects/escalations.cfg	(original)
+++ nagios-config/trunk/objects/escalations.cfg	Tue Aug  4 07:53:17 2009
@@ -18,4 +18,4 @@
 # HOST ESCALATION DEFINITIONS
 #
 ################################################################################
-# vim:ts=8:sw=8:syn=nagios
+# vim:ts=8:sw=8:ft=nagios

Modified: nagios-config/trunk/objects/hostgroups.cfg
==============================================================================
--- nagios-config/trunk/objects/hostgroups.cfg	(original)
+++ nagios-config/trunk/objects/hostgroups.cfg	Tue Aug  4 07:53:17 2009
@@ -12,7 +12,8 @@
 # We only have one host in our simple config file, so there is no need to
 # create more than one hostgroup.
 define hostgroup {
-	hostgroup_name	linux
+	alias           Linux Servers
+	hostgroup_name  linux
 }
 
-# vim:ts=8:sw=8:syn=nagios
+# vim:ts=8:sw=8:ft=nagios

Modified: nagios-config/trunk/objects/hosts.cfg
==============================================================================
--- nagios-config/trunk/objects/hosts.cfg	(original)
+++ nagios-config/trunk/objects/hosts.cfg	Tue Aug  4 07:53:17 2009
@@ -46,4 +46,4 @@
 	hostgroups              linux
 }
 
-# vim:ts=8:sw=8:syn=nagios
+# vim:ts=8:sw=8:ft=nagios

Modified: nagios-config/trunk/objects/services.cfg
==============================================================================
--- nagios-config/trunk/objects/services.cfg	(original)
+++ nagios-config/trunk/objects/services.cfg	Tue Aug  4 07:53:17 2009
@@ -119,4 +119,4 @@
 	check_command		check_local_load!5.0,4.0,3.0!10.0,6.0,4.0
 }
 
-# vim:ts=8:sw=8:syn=nagios
+# vim:ts=8:sw=8:ft=nagios


More information about the pld-cvs-commit mailing list