From 87d2d2136a8da5001c86ba0e070fe19d06a1c689 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sun, 29 Jan 2017 14:40:53 +0100 Subject: [PATCH] Fix nrpe process check for stretch --- config/nagios-master.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index e9fca3f..c026537 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1824,6 +1824,13 @@ services: name: process - nrpe nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:25 -c 1: -u nagios -C nrpe -a '/usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -d'" hostgroups: computers + excludehostgroups: stretch + max_check_attempts: -1 + depends: network service - nrpe + - + name: process - nrpe + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:25 -c 1: -u nagios -C nrpe -a '/usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -f'" + hostgroups: stretch max_check_attempts: -1 depends: network service - nrpe ### -- 2.20.1