]> granicus.if.org Git - icinga2/commitdiff
Docs: Add a note for event command execution w/ command execution bridge clients
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 9 May 2016 15:42:56 +0000 (17:42 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 12 May 2016 09:08:21 +0000 (11:08 +0200)
fixes #11742

doc/3-monitoring-basics.md

index f2510a1c225ecb2287dbc36659082430f3e3ae24..7c81fcd32e28c6211ecb98c24c96aef009911959 100644 (file)
@@ -1612,6 +1612,10 @@ available through runtime vars. Runtime macros such as `$service.state_type$`
 and `$service.state$` will be processed by Icinga 2 helping on fine-granular
 events being triggered.
 
+If you are using a client as [command execution bridge](11-icinga2-client.md#icinga2-client-configuration-command-bridge)
+the event command will be executed on the client itself (similar to the check
+command).
+
 Common use case scenarios are a failing HTTP check requiring an immediate
 restart via event command, or if an application is locked and requires
 a restart upon detection.
@@ -1621,7 +1625,7 @@ to support native plugin based checks.
 
 #### <a id="event-command-restart-service-daemon"></a> Use Event Commands to Restart Service Daemon
 
-The following example will triggert a restart of the `httpd` daemon
+The following example will trigger a restart of the `httpd` daemon
 via ssh when the `http` service check fails. If the service state is
 `OK`, it will not trigger any event action.