From: Aurelien Jarno Date: Sun, 8 Apr 2018 09:50:30 +0000 (+0200) Subject: Do not check for bacula on pybuildds hosts X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-nagios.git;a=commitdiff_plain;h=33c0c0c822858c6b99b08db4e0f2f15671b11609 Do not check for bacula on pybuildds hosts Signed-off-by: Aurelien Jarno --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 8b3b951..943e6ee 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1607,7 +1607,7 @@ services: remotecheck: "/usr/lib/nagios/plugins/dsa-check-bacula $HOSTNAME$.debian.org" runfrom: dinis hostgroups: computers - excludehostgroups: buildd, porterbox, no-bacula + excludehostgroups: buildd, pybuildd, porterbox, no-bacula check_interval: 60 retry_interval: 15 - @@ -1616,7 +1616,7 @@ services: remotecheck: "/usr/lib/nagios/plugins/dsa-check-bacula -w 1080 -c 1560 $HOSTNAME$.debian.org F" runfrom: dinis hostgroups: computers - excludehostgroups: buildd, porterbox, no-bacula + excludehostgroups: buildd, pybuildd, porterbox, no-bacula check_interval: 60 retry_interval: 15 -