From 209f4a20c1bb36bbe3978f7e96d6d200bbda2429 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sat, 28 Dec 2013 19:31:21 +0100 Subject: [PATCH] fix syntax Signed-off-by: Martin Zobel-Helas --- config/nagios-master.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1