apache2: on wheezy, with mod perl, the program name is different. eww.
authorPeter Palfrader <peter@palfrader.org>
Tue, 23 Apr 2013 08:22:58 +0000 (10:22 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 23 Apr 2013 08:23:12 +0000 (10:23 +0200)
config/nagios-master.cfg

index 98443aa..67864b9 100644 (file)
@@ -2277,11 +2277,11 @@ services:
  ###
   -
     name: process - apache2 - master
-    nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u root -C apache2 -a /usr/sbin/apache2"
+    nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u root -a /usr/sbin/apache2"
     hostgroups: apache2-hosts
   -
     name: process - apache2 - worker
-    nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:50 -c 1:100 -u www-data -C apache2 -a /usr/sbin/apache2"
+    nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:50 -c 1:100 -u www-data -a /usr/sbin/apache2"
     hostgroups: apache2-hosts
     depends: process - apache2 - master
   -