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 }