From: Peter Palfrader Date: Fri, 26 Jun 2009 16:21:34 +0000 (+0200) Subject: Different spamd master check on powell X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=0c2749ec61a08b019653d2a17d4d4afd48ce68dc;p=mirror%2Fdsa-nagios.git Different spamd master check on powell --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 758e842..6e586a2 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1164,7 +1164,11 @@ services: 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 5 --helper-home-dir -d --pidfile=/var/run/spamd.pid'" hostgroups: heavy-exim - excludehosts: rietz, merkel, raff + excludehosts: rietz, merkel, raff, powell + - + 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'" + hosts: powell - 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 10 --helper-home-dir -d --pidfile=/var/run/spamd.pid'"