Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Triggers: alerts

Benjamin Sautner edited this page Aug 2, 2016 · 1 revision

Right click on a point in the console and select to create an alert. Alerts themselves don't do anything. After configuring the alert, you can then create a subscription to that alert which can be configured to send an email, push notification etc.

Alert Types

  • High: if a new value is recorded that is higher than the setting.
  • Low: a new value lower than the setting
  • Idle: triggered when the point has not received a new value over a period of time.
  • Delta: If a new value has changed by X amount give a timespan. Given a duration setting the system will query for a set of values starting with the (current time - duration) and ending with the current time. It then compares the oldest value in the timespan and the latest and triggers if the absolute value of the old value minus the new value is greater than the setting.

See also: Subscribing to Events