From cbced9d5acfe1948d08d8ee4b761b825f10ad38f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 23 Apr 2013 10:22:58 +0200 Subject: [PATCH] apache2: on wheezy, with mod perl, the program name is different. eww. --- 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 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 - -- 2.20.1