From 160d04a24e2afb4f27c12546bb50e6c6ea00c5cc Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 13 Apr 2009 15:33:23 +0100 Subject: [PATCH] Skip slow hosts for process checks for monit Signed-off-by: Stephen Gran --- config/nagios-master.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index ba46d77..6ae31c5 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1425,6 +1425,7 @@ services: name: process - monit nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u root -C monit -a '/usr/sbin/monit -d 300 -c /etc/monit/monitrc -s /var/lib/monit/monit.state'" hostgroups: lenny + excludehostgroups: deadslow ### - name: process - cpqarrayd -- 2.20.1