From bd310ffaaae4e6943c806fa3f70b5f2bbcf5e237 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 22 Dec 2015 07:57:48 +0100 Subject: [PATCH] remove duplicate process - munin-node check --- config/nagios-master.cfg | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 32eef97..658ea02 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1793,18 +1793,13 @@ services: ### - name: process - munin-node - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:3 -c 1: -u root -C munin-node -a '/usr/sbin/munin-node'" + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:3 -c 1: -u root -C munin-node -a 'munin-node'" hostgroups: computers - excludehostgroups: freebsd, armhf + excludehostgroups: freebsd - name: process - munin-node nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:3 -c 1: -u root -C perl -a '/usr/bin/perl -wT /usr/sbin/munin-node'" hostgroups: freebsd - - - name: process - munin-node - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:3 -c 1: -u root -C munin-node -a 'munin-node'" - hostgroups: wheezy, jessie - excludehostgroups: freebsd - name: network service - munin-node check: check_tcp!4949 -- 2.20.1