raise apache2 proc limit on klecker
authorPeter Palfrader <peter@palfrader.org>
Mon, 7 Sep 2015 11:11:22 +0000 (13:11 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 7 Sep 2015 11:11:22 +0000 (13:11 +0200)
config/nagios-master.cfg

index 8a20064..140f3a3 100644 (file)
@@ -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"