fix syntax
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 28 Dec 2013 18:31:21 +0000 (19:31 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 28 Dec 2013 18:31:21 +0000 (19:31 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
config/nagios-master.cfg

index 8adfc2f..d2ef46a 100644 (file)
@@ -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