we want policyd-weight
authorStephen Gran <steve@lobefin.net>
Fri, 21 Mar 2014 20:00:17 +0000 (20:00 +0000)
committerStephen Gran <steve@lobefin.net>
Fri, 21 Mar 2014 20:00:17 +0000 (20:00 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
config/nagios-master.cfg

index c8a5425..54be64e 100644 (file)
@@ -1838,23 +1838,23 @@ services:
   -
     name: process - weightd - master
     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u polw -a 'policyd-weight (master)'"
-    hostgroups: heavy-postfix
+    hostgroups: heavy-postfix, alioth
   -
     name: process - weightd - cache
     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u polw -a 'policyd-weight (cache)'"
-    hostgroups: heavy-postfix
+    hostgroups: heavy-postfix, alioth
     depends: process - weightd - master
   -
     name: process - weightd - child
     nrpe: "/usr/lib/nagios/plugins/check_procs -w 2:50 -c 1: -u polw -a 'policyd-weight (child)'"
-    hostgroups: heavy-postfix
+    hostgroups: heavy-postfix, alioth
     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
+    excludehostgroups: heavy-postfix, deadslow, alioth
 
 
  ###