From: jweiss Date: Wed, 5 Sep 2007 21:32:41 +0000 (+0000) Subject: use a seperate zephyr class for colo hosts X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/b601d0fe82a9cd76b424f568e75224752d7c1511 use a seperate zephyr class for colo hosts --- diff --git a/gen/nagios-colo.gen b/gen/nagios-colo.gen index 2ab8ca44..c98c5ea7 100755 --- a/gen/nagios-colo.gen +++ b/gen/nagios-colo.gen @@ -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";