From: Julien Cristau Date: Sun, 29 Jan 2017 13:40:53 +0000 (+0100) Subject: Fix nrpe process check for stretch X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=87d2d2136a8da5001c86ba0e070fe19d06a1c689;p=mirror%2Fdsa-nagios.git Fix nrpe process check for stretch --- 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 ###