From: Aurelien Jarno Date: Sat, 9 Dec 2017 23:52:44 +0000 (+0100) Subject: The spamd pid file has been renamed in the stretch point release X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5c1b0554f1305f928dae0fa015db82fbe36bc67d;p=mirror%2Fdsa-nagios.git The spamd pid file has been renamed in the stretch point release Signed-off-by: Aurelien Jarno --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 2d1576a..0e59d2d 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2282,17 +2282,17 @@ services: excludehostgroups: jessie, stretch - name: process - spamd - master - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C spamd -a '/usr/sbin/spamd -d --pidfile=/var/run/spamassassin.pid --create-prefs --max-children 5 --helper-home-dir'" + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C spamd -a '/usr/sbin/spamd -d --pidfile=/var/run/spamd.pid --create-prefs --max-children 5 --helper-home-dir'" hostgroups: spamd excludehosts: picconi excludehostgroups: wheezy - name: process - spamd - master - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C spamd -a '/usr/sbin/spamd -d --pidfile=/var/run/spamassassin.pid --create-prefs --max-children 20 --min-spare=5 --helper-home-dir'" + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C spamd -a '/usr/sbin/spamd -d --pidfile=/var/run/spamd.pid --create-prefs --max-children 20 --min-spare=5 --helper-home-dir'" hosts: picconi - name: process - spamd - master - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C spamd -a '/usr/sbin/spamd -d --pidfile=/var/run/spamassassin.pid --create-prefs --max-children 10 --helper-home-dir'" + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C spamd -a '/usr/sbin/spamd -d --pidfile=/var/run/spamd.pid --create-prefs --max-children 10 --helper-home-dir'" hosts: bendel - name: process - spamd - child