...
DPOD supports 3 types of alerts queries:
Type | Description | Example |
---|---|---|
Frequency | The condition will be met if there were X events in the checked time | More than 5 system errors occurred in the last 10 minutes |
Flatline | The condition will be met if there is a value above a certain threshold | Device CPU is above 80% |
Any | The condition will be met if any results are returned for the query | A DataPower object is down |
List | The condition will be met if a result is in/not-in a pre-defined list of values | TODO |
Alert Execution
An execution is one instance of the alert query, there are 3 ways to execute a query:
...