From 4f47d86c97ea54e06b207c8717d3de5cfb5bccdb Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Thu, 7 May 2015 11:18:41 +0000 Subject: [PATCH] new syntax of postgrey for jessie Signed-off-by: Martin Zobel-Helas --- config/nagios-master.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 45d8c80..fc0714d 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2175,6 +2175,12 @@ services: name: process - postgrey nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u 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-exim + excludehostgroups: jessie + - + name: process - postgrey + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgrey -a 'postgrey --pidfile=/var/run/postgrey.pid --daemonize --unix=/var/run/postgrey/socket --retry-window=4 --auto-whitelist-clients=10 --exim'" + hostgroups: heavy-exim + excludehostgroups: wheezy - name: process - postgrey nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgrey -a '/usr/sbin/postgrey --pidfile=/var/run/postgrey.pid --daemonize --inet=127.0.0.1:60000'" -- 2.20.1