]> andersk Git - moira.git/blobdiff - gen/nagios-colo.gen
No restriction on list names.
[moira.git] / gen / nagios-colo.gen
index 3f4460eda5a379f45d00409d3f924831ae76d1e1..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
+        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
+        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.076889 seconds and 4 git commands to generate.