From: Stephen Gran Date: Fri, 27 Aug 2010 08:07:34 +0000 (+0100) Subject: bsds have a different buildd check X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=fe41bb2535fc41013e18684e3074d90654c559e0;p=mirror%2Fdsa-nagios.git bsds have a different buildd check Signed-off-by: Stephen Gran --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 8d2932b..268ee7c 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2083,11 +2083,19 @@ services: hosts: unger ### + - + name: process - buildd + servicegroups: buildd + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:5 -u buildd -C perl -a '/usr/bin/buildd'" + hosts: fano, fasch, field, finzi + contacts: luk, pkern, HE + - name: process - buildd servicegroups: buildd nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:5 -u buildd -C buildd -a '/usr/bin/buildd'" hostgroups: buildd + excludehosts: fano, fasch, field, finzi contacts: luk, pkern, HE ###