From: Martin Zobel-Helas Date: Sat, 28 Dec 2013 18:31:21 +0000 (+0100) Subject: fix syntax X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=209f4a20c1bb36bbe3978f7e96d6d200bbda2429;p=mirror%2Fdsa-nagios.git fix syntax Signed-off-by: Martin Zobel-Helas --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 8adfc2f..d2ef46a 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2195,11 +2195,11 @@ services: ### - name: process - jetty - master - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u root -a jsvc.exec" + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u root -a 'jsvc.exec'" hostgroups: jetty-hosts - name: process - jetty - worker - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:50 -c 1:100 -u jetty -a jsvc.exec -user jetty" + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:50 -c 1:100 -u jetty -a 'jsvc.exec -user jetty'" hostgroups: jetty-hosts depends: process - jetty - master