From: Peter Palfrader Date: Thu, 3 Apr 2008 12:51:48 +0000 (-0400) Subject: [project @ peter@palfrader.org-20080403125148-o1a5l5j7d9pbpsye] X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b79a0211d0a0031612d999e5982d2ea3e29273d5;p=mirror%2Fdsa-nagios.git [project @ peter@palfrader.org-20080403125148-o1a5l5j7d9pbpsye] Expect spamd and greylistd on all exim hosts --- diff --git a/nagios-master.cfg b/nagios-master.cfg index 694cebd..13b665c 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -276,17 +276,23 @@ 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'" - hosts: samosa + #hosts: samosa + hostgroups: computers + excludehostgroups: postfix-hosts - name: process - spamd - child nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:6 -c 1: -C spamd -a 'spamd child'" - hosts: samosa + #hosts: samosa + hostgroups: computers + excludehostgroups: postfix-hosts depends: process - spamd - master ### - name: process - greylistd nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u greylist -C greylistd -a '/usr/bin/python /usr/sbin/greylistd'" - hosts: samosa + #hosts: samosa + hostgroups: computers + excludehostgroups: postfix-hosts ### -