Alerting and Logging
Task Name | Description | Argument Template |
---|---|---|
ClearEventLog | Clears all entries from the Event Log. |
|
TruncateEventLog | Truncates entries from the Event Log. The number of days to leave is controlled by the Event Log to Keep parameter in the System Settings. |
|
ExecuteAlert | Executes the specified Alert, if the Alert is active. Takes an AlertID as a required argument. | <args> <arg name="AlertID" value="{AlertName}"/> </args> |
ExecuteAlerts | Executes all active Alerts. |
|