mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
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_hostoutput = "$host.output$"
|
||||||
notification_hoststate = "$host.state$"
|
notification_hoststate = "$host.state$"
|
||||||
notification_useremail = "$user.email$"
|
notification_useremail = "$user.email$"
|
||||||
notification_hostnotes = $host.notes$"
|
notification_hostnotes = "$host.notes$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user