From: Stephen Gran Date: Tue, 3 Sep 2013 06:57:43 +0000 (+0100) Subject: wagner runs policyd-weight, but different X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=6ea73bfd7794fb0a2754bfe5bf43a886f9f3587b;p=mirror%2Fdsa-nagios.git wagner runs policyd-weight, but different Signed-off-by: Stephen Gran --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index b0e9cc4..8225151 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -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 ###