mirror of https://github.com/Icinga/icinga2.git
Fix typo
fixes #8987 Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
parent
aaae1297e8
commit
47805c53b2
|
@ -1426,7 +1426,7 @@ which can be used for all event commands triggered using ssh:
|
|||
The actual event command only passes the `event_by_ssh_command` attribute.
|
||||
The `event_by_ssh_service` custom attribute takes care of passing the correct
|
||||
daemon name, while `test $service.state_id$ -gt 0` makes sure that the daemon
|
||||
is only restarted when the service is an a not `OK` state.
|
||||
is only restarted when the service is not in an `OK` state.
|
||||
|
||||
|
||||
object EventCommand "event_by_ssh_restart_service" {
|
||||
|
|
Loading…
Reference in New Issue