Werk #1148: Allow execution of actions when cancelling events
Komponente | Event Console | ||
Titel | Allow execution of actions when cancelling events | ||
Datum | 28.08.2014 | ||
Level | Bedeutende Änderung | ||
Klasse | Neues Feature | ||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||
Checkmk versions & editions |
|
The Event Console now allows to attach actions to the cancelling of events. This can for example be helpful if you have an action that opens a trouble ticket in an external system. When a cancelling event arrives you can have executed an action that also cancels the according trouble ticket.
When events are cancelled then several data fields of the event are being replaced with data from the new event before the action is being executed. That way relevant data from the new event is available in the action script. Also the event phase is being set to closed and the state is set to 0 (OK). That way your action script can distinguish between a normal and a cancelling situation.
The following fields are taken from the new (i.e. cancelling) event:
- The text
- The time
- The time of the last occurance
- The syslog priority
All other fields are unchanged - including the original ID of the cancelled event.