From: Peter Palfrader Date: Tue, 23 Apr 2013 08:22:58 +0000 (+0200) Subject: apache2: on wheezy, with mod perl, the program name is different. eww. X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=cbced9d5acfe1948d08d8ee4b761b825f10ad38f;p=mirror%2Fdsa-nagios.git apache2: on wheezy, with mod perl, the program name is different. eww. --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 98443aa..67864b9 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -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 -