systemaudit
Display system audit events
systemaudit
Description
Returns a list of relevant system audit events that happened in the last 24 hours.
While the normal events come and go depending on the current status of the miner, the audit events is more akin to a "log" of important events that happened to the machine in the last 24 hours. This is useful to proactively detect subtle failures or excessive restarts.
The exact content depends on the type of the event.
Command
Example
Field details
Field | Notes |
---|---|
Type | Present on all events; indicates what fields are returned. |
Timestamp | Present on all events; indicates when the event happened. |
Description | Present on all events; a simple textual description of the event. |
BoardID | ID of the affected board. (only on BOARD_REBOOT type) |
WillAutostart | If true , the board will be started again automatically. (only on BOARD_REBOOT type) |
CleanShutdown | If true , this was a clean shutdown. (only on SYSTEM_SHUTDOWN type) |
IsHalted | If true , the system entered the halt state. (only on SYSTEM_HALT type) |