From 25f3086e50d137af2da8b626b7b99357691bfa2f Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Thu, 7 May 2015 11:32:52 +0000 Subject: [PATCH] spamd has new syntax on jessie Signed-off-by: Martin Zobel-Helas --- config/nagios-master.cfg | 7 +++++++ 1 file changed, 7 insertions(+) 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'" -- 2.20.1