From d4990494fc13c1f3bb83cd5efb024e219ea4e9fb Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 29 Oct 2008 11:02:32 +0000 Subject: [PATCH] [project @ peter@palfrader.org-20081029110232-2ltrxcdqiji2zkys] fix arguments for postgrey on exim vs postfix hosts --- nagios-master.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nagios-master.cfg b/nagios-master.cfg index bd03b13..fe6c873 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -1021,11 +1021,11 @@ services: - name: process - postgrey nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgrey -C postgrey -a '/usr/sbin/postgrey --pidfile=/var/run/postgrey.pid --daemonize --unix=/var/run/postgrey/socket --retry-window=4 --auto-whitelist-clients=10 --exim'" - hostgroups: heavy-postfix + hostgroups: heavy-exim - name: process - postgrey nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgrey -C postgrey -a '/usr/sbin/postgrey --pidfile=/var/run/postgrey.pid --daemonize --inet=127.0.0.1:60000'" - hostgroups: heavy-exim + hostgroups: heavy-postfix # - name: unwanted process - postgrey -- 2.20.1