]> git.pld-linux.org Git - projects/nagios-config.git/commitdiff
- vim filetype not just syntax
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 4 Aug 2009 05:53:17 +0000 (05:53 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 4 Aug 2009 05:53:17 +0000 (05:53 +0000)
svn-id: @10447

objects/dependencies.cfg
objects/escalations.cfg
objects/hostgroups.cfg
objects/hosts.cfg
objects/services.cfg

index 41087055daa622dfeeb69b745e366e60e6029f0d..3c5d7a787aff4d161e124666b7c36e2ee752beb7 100644 (file)
@@ -14,4 +14,4 @@
 #
 ################################################################################
 
-# vim:ts=8:sw=8:syn=nagios
+# vim:ts=8:sw=8:ft=nagios
index aaa405f46b800590a9fd99065e45dbc72e570735..e6873c6b0a321a6fc167cd3a531caf01fd292d99 100644 (file)
@@ -18,4 +18,4 @@
 # HOST ESCALATION DEFINITIONS
 #
 ################################################################################
-# vim:ts=8:sw=8:syn=nagios
+# vim:ts=8:sw=8:ft=nagios
index a3f1d6db64e2498dc04f395c277f6cc3b4defbe8..d94bbaae926df342e66cd6542bdf37902ae75059 100644 (file)
@@ -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
index d6e78e05e3e0dcd8c57419ffd99a386aae99d401..e1e546be765733d4f4d94ffa993110085de26edc 100644 (file)
@@ -46,4 +46,4 @@ define host {
        hostgroups              linux
 }
 
-# vim:ts=8:sw=8:syn=nagios
+# vim:ts=8:sw=8:ft=nagios
index 6dca7ca74a56c4eb4ed4cb9d028c7fc824b62de4..a80957beff7943ab5bb6fa794e6a110925dc0782 100644 (file)
@@ -119,4 +119,4 @@ define service {
        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
This page took 0.123858 seconds and 4 git commands to generate.