From a62cb26cd7c039376902262c6ac7cc9e5c2e139d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 11 Jun 2014 07:57:34 +0200 Subject: [PATCH] Make an MQ service group --- config/nagios-master.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 050b83b..f64dc65 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1237,6 +1237,8 @@ servicegroups: security: alias: security servicegroup_members: apt, kernel, samhain + MQ: + alias: rabbitMQ stuff # }}} # {{{ ############################# services ############################# services: @@ -1726,6 +1728,7 @@ services: ### - name: MQ connection on rainier + servicegroups: MQ remotecheck: "/usr/lib/nagios/plugins/dsa-check-mq-connection $HOSTNAME$ ud dsa" runfrom: rainier hostgroups: computers @@ -1734,6 +1737,7 @@ services: excludehostgroups: alioth, broken_mq - name: MQ connection on rapoport + servicegroups: MQ remotecheck: "/usr/lib/nagios/plugins/dsa-check-mq-connection $HOSTNAME$ ud dsa" runfrom: rapoport hostgroups: computers -- 2.20.1