From e93dfe83187a82e9c67110afdc0f1d5b2a4ac9e4 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Fri, 25 Nov 2011 07:55:07 +0000 Subject: [PATCH] it looks like more gratuitous change in detecting whether or not munin is running Signed-off-by: Stephen Gran --- config/nagios-master.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index d13aa61..dd211ba 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1490,12 +1490,16 @@ services: nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:2 -c 1: -u root -C munin-node -a '/usr/sbin/munin-node'" hostgroups: computers excludehostgroups: freebsd - excludehosts: vasks, wagner + excludehosts: vasks, wagner, harris, hartmann, hasse, henze, hebden, hoiby - name: process - munin-node nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:2 -c 1: -u root -C perl -a '/usr/bin/perl -wT /usr/sbin/munin-node'" hostgroups: freebsd - excludehosts: vasks, wagner + excludehosts: vasks, wagner, harris, hartmann, hasse, henze, hebden, hoiby + - + name: process - munin-node + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:2 -c 1: -u root -C munin -a '/usr/sbin/munin-node'" + hosts: harris, hartmann, hasse, henze, hebden, hoiby - name: network service - munin-node check: check_tcp!4949 -- 2.20.1