From aa2408f2c7569b1ef498a0e7364375c3529b9b88 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 24 May 2017 14:36:22 +0200 Subject: [PATCH] Fix verbose mode in notifications scripts Otherwise it just spams the syslog on frequent notifications refs #5170 --- etc/icinga2/conf.d/notifications.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/icinga2/conf.d/notifications.conf b/etc/icinga2/conf.d/notifications.conf index 99746da07..6a7e1f5a4 100644 --- a/etc/icinga2/conf.d/notifications.conf +++ b/etc/icinga2/conf.d/notifications.conf @@ -15,7 +15,7 @@ apply Notification "mail-icingaadmin" to Host { //interval = 2h - vars.notification_logtosyslog = true + //vars.notification_logtosyslog = true assign where host.vars.notification.mail } @@ -27,7 +27,7 @@ apply Notification "mail-icingaadmin" to Service { //interval = 2h - vars.notification_logtosyslog = true + //vars.notification_logtosyslog = true assign where host.vars.notification.mail }