From: Peter Palfrader Date: Tue, 16 Jul 2013 12:50:39 +0000 (+0200) Subject: Wait until puppet has pushed a new nrpe config X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=78eeb130bad862df084d85e4651b6cd31d44ea2a;p=mirror%2Fdsa-nagios.git Wait until puppet has pushed a new nrpe config --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 415ffb3..46a5c75 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1934,7 +1934,8 @@ services: - name: setup - local hostname etc-hosts nrpe: 'if getent ahosts `hostname` | grep -q 127.0; then echo "Warning: local hostname resolves to 127/8 address"; exit 1; else echo "OK: Hostname resolves to non-127/8 address."; exit 1; fi' - hostgroups: computers + #hostgroups: computers + hostgroups: bm-bl7 excludehosts: wagner, vasks normal_check_interval: 60 -