wagner runs policyd-weight, but different
authorStephen Gran <steve@lobefin.net>
Tue, 3 Sep 2013 06:57:43 +0000 (07:57 +0100)
committerStephen Gran <steve@lobefin.net>
Tue, 3 Sep 2013 06:57:43 +0000 (07:57 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
config/nagios-master.cfg

index b0e9cc4..8225151 100644 (file)
@@ -1836,13 +1836,28 @@ services:
     nrpe: "/usr/lib/nagios/plugins/check_procs -w 2:50 -c 1: -u polw -a 'policyd-weight (child)'"
     hostgroups: heavy-postfix
     depends: process - weightd - master
+ ###
+  -
+    name: process - weightd - master
+    nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u Debian-exim -a 'policyd-weight (master)'"
+    hosts: wagner
+  -
+    name: process - weightd - cache
+    nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u Debian-exim -a 'policyd-weight (cache)'"
+    hosts: wagner
+    depends: process - weightd - master
+  -
+    name: process - weightd - child
+    nrpe: "/usr/lib/nagios/plugins/check_procs -w 2:50 -c 1: -u Debian-exim -a 'policyd-weight (child)'"
+    hosts: wagner
+    depends: process - weightd - master
   #
   -
     name: unwanted process - policyd-weight
     nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C policyd-weight"
     hostgroups: computers
     excludehostgroups: heavy-postfix, deadslow
-
+    excludehosts: wagner
 
 
  ###