mirror of
https://github.com/Icinga/icinga2.git
synced 2026-07-15 11:51:07 -04:00
Fix typo
This commit is contained in:
parent
a85892ccb9
commit
c2c0c27dac
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ object NotificationCommand "mail-host-notification" {
|
|||
notification_hostoutput = "$host.output$"
|
||||
notification_hoststate = "$host.state$"
|
||||
notification_useremail = "$user.email$"
|
||||
notification_hostnotes = $host.notes$"
|
||||
notification_hostnotes = "$host.notes$"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue