]> andersk Git - moira.git/commitdiff
use a seperate zephyr class for colo hosts
authorjweiss <jweiss>
Wed, 5 Sep 2007 21:32:41 +0000 (21:32 +0000)
committerjweiss <jweiss>
Wed, 5 Sep 2007 21:32:41 +0000 (21:32 +0000)
gen/nagios-colo.gen

index 2ab8ca44242d7c621247ca37fbcdb88b8950e5c9..c98c5ea7b6e472686a7d4f081209fec3bba90734 100755 (executable)
@@ -45,13 +45,13 @@ define host{
 
 define service{
        host_name               $name
-       contact_groups          ops
+       contact_groups          colo
        use                     ping-service
        }
 
 define hostescalation{
         host_name               $name
-        contact_groups          ops,dost-mail
+        contact_groups          colo,dost-mail
         first_notification      2
         last_notification       0
         notification_interval   0
@@ -59,7 +59,7 @@ define hostescalation{
 
 define serviceescalation{
         host_name               $name
-        contact_groups          ops,dost-mail
+        contact_groups          colo,dost-mail
         service_description     PING
         first_notification      2
         last_notification       0
@@ -74,7 +74,7 @@ END
 define hostgroup{
         hostgroup_name          colo-hosts
         alias                   colo-hosts
-        contact_groups          ops,dost
+        contact_groups          colo,dost
 END
 
 print OUT "\tmembers\t\t\t";
This page took 0.044748 seconds and 5 git commands to generate.