Interactive Corrective Actions
This property defines the actions to be executed in interactive mode when the alert is raised while its owner is connected to the server.
Field Description | Field Name | |
Execution Type. Specifies when the action should be executed. Available options are:
| executionType | |
![]() | Corrective actions initiated upon Acknowledgment will only run if one of the pending instances was acknowledged. | |
Context Mask. Action will be executed from every context matching this mask. | mask | |
Action. Name of the action to be executed. | action | |
Parameters. Action-specific execution parameters. | input | |
Run From Source Context. If this flag is checked, corrective action will be launched from the context that the alert came from. The Context Mask parameter is ignored if Run From Source Context is on. However, it's necessary to select a Context Mask that will match one or all possible alert source contexts first, since this will allow proper selection of an Action and its Parameters. | runFromSource | |
![]() | Example: If an alert monitors memory usage of an application that has memory leaks, selecting |
These may be accessed via the interactiveActions variable.
Was this page helpful?