Monitoring event history v9

You can monitor the executed event details in the pem.event_history table. It provides the username, execution time of the event, type of the event occurred, and the details regarding the event. The fields in the table are:

Note

Currently, pem.event_history table records only the alert blackout history.

Field nameDescription
recorded_timeRecords the execution time of the event. Displays the date and time along with the fractional seconds.
user_nameThe username of the user who executed or scheduled the event.
componentThe event name.
operationThe action taken for the event. For example, if the user has enabled an alert blackout, it displays enable_alert_blackout.
messageThe description of the action taken for the event. For example, if the user has enabled an alert blackout for the server, it displays Enabled the alert blackout for the server.
detailsThe JSON output of the event that occurred.