From 25b915fa6a677743366f4f6cfc107e8ad4952c9e Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 17 May 2013 16:04:17 -0400 Subject: [PATCH] Enable rabbitmq consumser checks on app (imported from commit e3df8bc849dc0e1ae2e7782c0c9be5c08d4818c2) --- .../modules/humbug/files/nagios3/conf.d/services.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/servers/puppet/modules/humbug/files/nagios3/conf.d/services.cfg b/servers/puppet/modules/humbug/files/nagios3/conf.d/services.cfg index 043c9cd82f..6127691450 100644 --- a/servers/puppet/modules/humbug/files/nagios3/conf.d/services.cfg +++ b/servers/puppet/modules/humbug/files/nagios3/conf.d/services.cfg @@ -216,15 +216,15 @@ define service { use generic-service service_description Check rabbitmq notify_tornado consumers check_command check_rabbitmq_tornado_consumers!22 - host staging - contact_groups admins + hostgroup_name frontends + contact_groups page_admins } define service { use generic-service service_description Check rabbitmq useractivity consumers check_command check_rabbitmq_useractivity_consumers!22 - host staging + hostgroup_name frontends contact_groups admins } @@ -232,7 +232,7 @@ define service { use generic-service service_description Check rabbitmq invites consumers check_command check_rabbitmq_invites_consumers!22 - host staging + hostgroup_name frontends contact_groups admins } @@ -240,7 +240,7 @@ define service { use generic-service service_description Check rabbitmq signups consumers check_command check_rabbitmq_signups_consumers!22 - host staging + hostgroup_name frontends contact_groups admins }