From: Frank Brehm Date: Mon, 21 May 2018 09:30:29 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=cb963a78346015d17eb4eec68a25213e0704646b;p=config%2Fns1%2Fetc.git saving uncommitted changes in /etc prior to apt run --- diff --git a/icinga2/conf.d/templates.conf b/icinga2/conf.d/templates.conf index 5655e3f..994ba7e 100644 --- a/icinga2/conf.d/templates.conf +++ b/icinga2/conf.d/templates.conf @@ -48,13 +48,14 @@ template Notification "mail-host-notification" { states = [ Up, Down ] types = [ Problem, Acknowledgement, Recovery, Custom, - FlappingStart, FlappingEnd, - DowntimeStart, DowntimeEnd, DowntimeRemoved ] + FlappingStart, FlappingEnd ] + // FlappingStart, FlappingEnd, + // DowntimeStart, DowntimeEnd, DowntimeRemoved ] vars += { // notification_icingaweb2url = "https://www.example.com/icingaweb2" // notification_from = "Icinga 2 Host Monitoring " - notification_logtosyslog = false + notification_logtosyslog = true } period = "24x7" @@ -70,13 +71,14 @@ template Notification "mail-service-notification" { states = [ OK, Warning, Critical, Unknown ] types = [ Problem, Acknowledgement, Recovery, Custom, - FlappingStart, FlappingEnd, - DowntimeStart, DowntimeEnd, DowntimeRemoved ] + FlappingStart, FlappingEnd ] + // FlappingStart, FlappingEnd, + // DowntimeStart, DowntimeEnd, DowntimeRemoved ] vars += { // notification_icingaweb2url = "https://www.example.com/icingaweb2" // notification_from = "Icinga 2 Service Monitoring " - notification_logtosyslog = false + notification_logtosyslog = true } period = "24x7"