From a273f13b2c6447bc3ef561ac0c5d562a148a0a4b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 29 Nov 2014 11:23:00 +0100 Subject: [PATCH] Different ulogd check on jessie --- config/nagios-master.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 0bd082a..226db6f 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1653,7 +1653,12 @@ services: name: process - ulogd nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C ulogd -a '/usr/sbin/ulogd -d'" hostgroups: computers - excludehostgroups: freebsd, sparc + excludehostgroups: freebsd, sparc, jessie + - + name: process - ulogd + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u ulog -C ulogd -a '/usr/sbin/ulogd --daemon --uid ulog'" + hostgroups: jessie + excludehostgroups: freebsd - name: unexpected process - ulogd nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C ulogd" -- 2.20.1