From ad6afec29502cf86045bf44481a452b79c872a63 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 5 Feb 2011 12:04:24 +0000 Subject: [PATCH] new check for mail queue size on heavy_exim Signed-off-by: Stephen Gran --- config/nagios-master.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index c90ad1d..f091507 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1467,6 +1467,10 @@ services: name: process - exim nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:300 -c 1:500 -C exim4 -a '/usr/sbin/exim4'" hosts: master, busoni, merkel, quantz + + name: mail queue + nrpe: "/usr/lib/nagios/plugins/check_mailq -M exim -w 1000 -c 2000" + hostgroups: heavy-exim ### - name: process - clamav - clamd -- 2.20.1