From: Peter Palfrader Date: Tue, 31 Mar 2009 19:07:16 +0000 (+0200) Subject: A few puppet warnings X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ac98d0b286e79ee5dc23acc3085a1efd8fe066cc;p=mirror%2Fdsa-nagios.git A few puppet warnings --- diff --git a/config/static/cgi.cfg b/config/static/cgi.cfg index 772d1c1..5963470 100644 --- a/config/static/cgi.cfg +++ b/config/static/cgi.cfg @@ -1,3 +1,9 @@ +############################################################################# +## THIS FILE IS COPIED TO THE FINAL LOCATION USING PUPPET +## ITS AUTHORITATIVE HOME IS THE DSA-NAGIOS CONFIGURATION GIT +############################################################################# + + ################################################################# # # CGI.CFG - Sample CGI Configuration File for Nagios diff --git a/config/static/checkcommands.cfg b/config/static/checkcommands.cfg index 9811089..92cd6dd 100644 --- a/config/static/checkcommands.cfg +++ b/config/static/checkcommands.cfg @@ -1,9 +1,8 @@ -# if you read this in /etc/nagios-plugins/config/local-dsa-checkcommands.cfg -# please note: this file is maintained in bzr and overwritten in the -# make install target -# -# edit the copy in bzr instead, see /etc/nagios3/README-DSA -# +############################################################################# +## THIS FILE IS COPIED TO THE FINAL LOCATION USING PUPPET +## ITS AUTHORITATIVE HOME IS THE DSA-NAGIOS CONFIGURATION GIT +############################################################################# + define command { command_name dsa_check_nrpe command_line /usr/lib/nagios/plugins/check_nrpe --no-ssl -H $HOSTADDRESS$ -t 50 -c $ARG1$ diff --git a/config/static/conf.d/contacs.cfg b/config/static/conf.d/contacs.cfg index 6c36d24..bfaf190 100644 --- a/config/static/conf.d/contacs.cfg +++ b/config/static/conf.d/contacs.cfg @@ -1,3 +1,7 @@ +############################################################################# +## THIS FILE IS COPIED TO THE FINAL LOCATION USING PUPPET +## ITS AUTHORITATIVE HOME IS THE DSA-NAGIOS CONFIGURATION GIT +############################################################################# define contact{ contact_name weasel alias Peter Palfrader diff --git a/config/static/conf.d/generic-host.cfg b/config/static/conf.d/generic-host.cfg index 02d157e..99580de 100644 --- a/config/static/conf.d/generic-host.cfg +++ b/config/static/conf.d/generic-host.cfg @@ -1,3 +1,7 @@ +############################################################################# +## THIS FILE IS COPIED TO THE FINAL LOCATION USING PUPPET +## ITS AUTHORITATIVE HOME IS THE DSA-NAGIOS CONFIGURATION GIT +############################################################################# # Generic host definition template - This is NOT a real host, just a template! define host{ diff --git a/config/static/conf.d/generic-service.cfg b/config/static/conf.d/generic-service.cfg index 17ccbe2..6c69289 100644 --- a/config/static/conf.d/generic-service.cfg +++ b/config/static/conf.d/generic-service.cfg @@ -1,3 +1,7 @@ +############################################################################# +## THIS FILE IS COPIED TO THE FINAL LOCATION USING PUPPET +## ITS AUTHORITATIVE HOME IS THE DSA-NAGIOS CONFIGURATION GIT +############################################################################# # generic service template definition define service{ name generic-service ; The 'name' of this service template diff --git a/config/static/conf.d/timeperiods.cfg b/config/static/conf.d/timeperiods.cfg index 084c2f4..2d269b9 100644 --- a/config/static/conf.d/timeperiods.cfg +++ b/config/static/conf.d/timeperiods.cfg @@ -1,3 +1,7 @@ +############################################################################# +## THIS FILE IS COPIED TO THE FINAL LOCATION USING PUPPET +## ITS AUTHORITATIVE HOME IS THE DSA-NAGIOS CONFIGURATION GIT +############################################################################# ############################################################################### # timeperiods.cfg ############################################################################### diff --git a/config/static/nagios.cfg b/config/static/nagios.cfg index d45ab92..c6cfc42 100644 --- a/config/static/nagios.cfg +++ b/config/static/nagios.cfg @@ -1,3 +1,8 @@ +############################################################################# +## THIS FILE IS COPIED TO THE FINAL LOCATION USING PUPPET +## ITS AUTHORITATIVE HOME IS THE DSA-NAGIOS CONFIGURATION GIT +############################################################################# + ############################################################################## # # NAGIOS.CFG - Sample Main Config File for Nagios