mirror of https://github.com/Icinga/icinga2.git
Merge pull request #5286 from Icinga/fix/notification-scripts-log
Fix verbose mode in notifications scripts #5170
This commit is contained in:
commit
eb773ba0a4
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue