From: Martin Zobel-Helas Date: Thu, 7 May 2015 11:32:52 +0000 (+0000) Subject: spamd has new syntax on jessie X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=25f3086e50d137af2da8b626b7b99357691bfa2f;p=mirror%2Fdsa-nagios.git spamd has new syntax on jessie Signed-off-by: Martin Zobel-Helas --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index fc0714d..1903fe3 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2143,6 +2143,13 @@ services: nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C spamd -a '/usr/sbin/spamd --create-prefs --max-children 5 --helper-home-dir -d --pidfile=/var/run/spamd.pid'" hostgroups: spamd excludehosts: picconi + excludehostgroups: jessie + - + 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'" + 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 --create-prefs --max-children 20 --min-spare=5 --helper-home-dir -d --pidfile=/var/run/spamd.pid'"