From: Peter Palfrader Date: Sat, 2 Sep 2017 15:52:14 +0000 (+0200) Subject: different checks for postfix master, qmgr, pickup on stretch X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=c6a568f1f9ca72cbb83d05e8127ef3bd3a20abd3;p=mirror%2Fdsa-nagios.git different checks for postfix master, qmgr, pickup on stretch --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 5057e25..7f43325 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2360,16 +2360,39 @@ services: name: process - postfix - master nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C master -a '/usr/lib/postfix/master'" hostgroups: postfix-hosts + excludehosts: stretch + - + name: process - postfix - master + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C master -a '/usr/lib/postfix/master'" + hostgroups: postfix-hosts + excludehosts: jessie + - name: process - postfix - qmgr nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postfix -C qmgr -a 'qmgr -l -t fifo -u'" hostgroups: postfix-hosts depends: process - postfix - master + excludehosts: stretch + - + name: process - postfix - qmgr + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postfix -C qmgr -a 'qmgr -l -t unix -u'" + hostgroups: postfix-hosts + depends: process - postfix - master + excludehosts: jessie + - name: process - postfix - pickup nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postfix -C pickup -a 'pickup -l -t fifo -u -c'" hostgroups: postfix-hosts depends: process - postfix - master + excludehosts: stretch + - + name: process - postfix - pickup + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postfix -C pickup -a 'pickup -l -t unix -u -c'" + hostgroups: postfix-hosts + depends: process - postfix - master + excludehosts: jessie + - name: process - postfix - anvil nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:1 -c 0: -u postfix -C anvil -a 'anvil -l -t unix -u'"