summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-15 15:48:32 +0200
committerVarac <varac@leap.se>2017-06-17 18:41:03 +0200
commita5ac9fa3c8c7910997fc1b0ee305f729f1bf061a (patch)
tree1d081cdd847e7d573da846c349723b3aa49dcb24
parenteb904e99e5f2a8ec77feca52f2a076bec1d0383a (diff)
Stop sending mails for nagios alerts
It's just too much mail... And there are other tools like nagstamon that are better suited to get an overview what's failing. Resolves: #8772
-rw-r--r--puppet/modules/site_nagios/files/configs/Debian/nagios.cfg3
1 files changed, 1 insertions, 2 deletions
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
-