From df5e1cd2799bc8d4a34b08212c6bd2bcf803b669 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 12 Dec 2009 15:54:22 +0000 Subject: [PATCH] catch both `perl -w buildd` and `perl buildd` by shortening the match Signed-off-by: Stephen Gran --- config/nagios-master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index a271a32..5f51714 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1834,7 +1834,7 @@ services: - name: process - buildd servicegroups: buildd - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:2 -c 1: -u buildd -C buildd -a '/usr/bin/perl /usr/bin/buildd'" + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:2 -c 1: -u buildd -C buildd -a '/usr/bin/buildd'" hostgroups: buildd contacts: luk -- 2.20.1