From 6ea73bfd7794fb0a2754bfe5bf43a886f9f3587b Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 3 Sep 2013 07:57:43 +0100 Subject: [PATCH] wagner runs policyd-weight, but different Signed-off-by: Stephen Gran --- config/nagios-master.cfg | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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 ### -- 2.20.1