]> andersk Git - moira.git/blobdiff - gen/nagios-colo.gen
Command line printer manipulation client, and build goo.
[moira.git] / gen / nagios-colo.gen
index 2ab8ca44242d7c621247ca37fbcdb88b8950e5c9..8c0f914819b60a0800df2f7e9d7c6e3365232469 100755 (executable)
@@ -40,18 +40,19 @@ define host{
        host_name               $name
        alias                   $name
        address                 $name
+       contact_groups          colo,dost
        use                     generic-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 +60,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 +75,6 @@ END
 define hostgroup{
         hostgroup_name          colo-hosts
         alias                   colo-hosts
-        contact_groups          ops,dost
 END
 
 print OUT "\tmembers\t\t\t";
This page took 0.033245 seconds and 4 git commands to generate.