From 4fb739235e651ebd42824a53f0b11f010a65ad93 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 7 Sep 2015 13:11:22 +0200 Subject: [PATCH] raise apache2 proc limit on klecker --- config/nagios-master.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 8a20064..140f3a3 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2352,6 +2352,12 @@ services: 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 + excludehosts: klecker + - + name: process - apache2 - worker + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:80 -c 1:150 -u www-data -a /usr/sbin/apache2" + hosts: klecker + depends: process - apache2 - master - name: unwanted process - apache2 nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C apache2" -- 2.20.1