From 61b0127cb0357e187a930cba1cc0e1ace149ed55 Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 18 Apr 2016 15:14:04 +0200 Subject: [feat] only care for apache >= 2.4 --- puppet/modules/site_nagios/manifests/server/apache.pp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'puppet/modules/site_nagios') diff --git a/puppet/modules/site_nagios/manifests/server/apache.pp b/puppet/modules/site_nagios/manifests/server/apache.pp index 82962e89..98d38122 100644 --- a/puppet/modules/site_nagios/manifests/server/apache.pp +++ b/puppet/modules/site_nagios/manifests/server/apache.pp @@ -17,9 +17,6 @@ class site_nagios::server::apache { include apache::module::php5 include apache::module::cgi - # apache >= 2.4, debian jessie - if ( $::lsbdistcodename == 'jessie' ) { - include apache::module::authn_core - } + include apache::module::authn_core } -- cgit v1.2.3 From a5ac9fa3c8c7910997fc1b0ee305f729f1bf061a Mon Sep 17 00:00:00 2001 From: Varac Date: Thu, 15 Jun 2017 15:48:32 +0200 Subject: 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 --- puppet/modules/site_nagios/files/configs/Debian/nagios.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'puppet/modules/site_nagios') 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 - -- cgit v1.2.3