mirror of https://github.com/Icinga/icinga2.git
Fix typo
This commit is contained in:
parent
a85892ccb9
commit
c2c0c27dac
|
@ -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 New Issue