From: Peter Palfrader Date: Sun, 6 Apr 2008 10:35:24 +0000 (-0400) Subject: [project @ peter@palfrader.org-20080406103524-kptbd4xe8y50kbua] X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=1674af72dd8919caf244ed4ef5b65523f9406b6e;p=mirror%2Fdsa-nagios.git [project @ peter@palfrader.org-20080406103524-kptbd4xe8y50kbua] more tweaks --- diff --git a/nagios-master.cfg b/nagios-master.cfg index bad739f..91f86f4 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -940,7 +940,7 @@ services: hostgroups: apache2-hosts - name: process - apache2 - worker - nrpe: "/usr/lib/nagios/plugins/check_procs -w 2: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 -C apache2 -a /usr/sbin/apache2" hostgroups: apache2-hosts depends: process - apache2 - master -