Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each query consists of a type, period, an operator and a threshold.
In addition, you can define filters, so the query will run on specific devices, domains or services.

DPOD supports 3 4 types of alerts queries:

TypeDescriptionExample
Frequency The condition will be met if there were X events in the checked timeMore 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 queryA DataPower object is down
ListThe condition will be met if a result is in/not-in a pre-defined list of values

Alert Execution

An execution is one instance of the alert query, there are 3 ways to execute a query:

  1. Scheduled - Enabled queries can be scheduled to run on a specific time or on a fixed interval.
  2. Test Via the web console - Click the "Test" button in the Alerts Details Page for a one time only execution, you can use it for testing the query before scheduling it.
  3. Via the REST API - an alert can be executed remotely via the REST API (for example, with CURL), the REST API URL for each query can be found in the Alerts Details Page, Example can found here

Alert Publishing

The alert will be published once an alert execution run an alert query and generated one or more results.

...