Displays operational data of activated event-handlers.
Privileged EXEC mode
The show event-handler activations command displays the following information:
Output field | Description |
---|---|
Event-handler | Displays the event-handler name. |
Last Trigger Activation Time | Displays the time of the last trigger activation. If no trigger was activated, displays "Never". |
Total Trigger Activations | Displays the total number of trigger activations. |
Last Action Completion Time | Displays the completion time of the last event-handler action run. If no event-handler action ran, displays "Never". |
Last Action Completion Status. Exit Code = | Displays the status of the last completed event-handler action. If the Python script assigns exit codes, such codes are displayed here. An exit code of
0 indicates one of the following:
|
Total Action Completions | Displays the number of completed event-handler actions. |
The following example displays event-handler operational data.
device# show event-handler activations Event-handler : evh1 Last Trigger Activation Time: 2015-04-30 17:28:12 Total Trigger Activations: 25 Last Action Completion Time: 2015-04-30 17:28:57 Last Action Completion Status: Exit Code = 0 Total Action Completions: 25 Event-handler : evh2 Last Trigger Activation Time: 2015-04-28 22:02:51 Total Trigger Activations: 8 Last Action Completion Time: 2015-04-28 22:02:58 Last Action Completion Status: Exit Code = 0 Total Action Completions: 8