diff options
-rw-r--r-- | provider_base/common.json | 2 | ||||
-rw-r--r-- | puppet/modules/site_nagios/files/configs/Debian/nagios.cfg | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/provider_base/common.json b/provider_base/common.json index 97519950..346e86a6 100644 --- a/provider_base/common.json +++ b/provider_base/common.json @@ -77,7 +77,7 @@ "platform": { "apt": { "basic": "http://deb.leap.se/platform", - "component": "snapshots" + "component": "master" } }, "soledad": { diff --git a/puppet/modules/site_nagios/files/configs/Debian/nagios.cfg b/puppet/modules/site_nagios/files/configs/Debian/nagios.cfg index 62f26f2c..1a9f266e 100644 --- a/puppet/modules/site_nagios/files/configs/Debian/nagios.cfg +++ b/puppet/modules/site_nagios/files/configs/Debian/nagios.cfg @@ -773,7 +773,7 @@ accept_passive_host_checks=1 # service notifications when it is initially (re)started. # Values: 1 = enable notifications, 0 = disable notifications -enable_notifications=1 +enable_notifications=0 @@ -1299,4 +1299,3 @@ host_perfdata_file_template=DATATYPE::HOSTPERFDATA\tTIMET::$TIMET$\tHOSTNAME::$H host_perfdata_file_mode=a host_perfdata_file_processing_interval=15 host_perfdata_file_processing_command=process-host-perfdata-file-pnp4nagios-bulk-npcd - |