Author: glen
Date: Tue Aug  4 07:51:52 2009
New Revision: 10446

Modified:
   nagios-config/trunk/objects/hostgroups.cfg
   nagios-config/trunk/objects/hosts.cfg
Log:
- define hostgroup members in host itself

Modified: nagios-config/trunk/objects/hostgroups.cfg
==============================================================================
--- nagios-config/trunk/objects/hostgroups.cfg  (original)
+++ nagios-config/trunk/objects/hostgroups.cfg  Tue Aug  4 07:51:52 2009
@@ -12,9 +12,7 @@
 # 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  test
-       alias           Linux Servers
-       members         localhost
+       hostgroup_name  linux
 }
 
 # vim:ts=8:sw=8:syn=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:51:52 2009
@@ -43,6 +43,7 @@
         notification_options    d,r
 
        contact_groups          admins
+       hostgroups              linux
 }
 
 # vim:ts=8:sw=8:syn=nagios
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to