Alerts
All alerts sent by device are available for querying as boolean timeseries
named alerts.ALERT_NAME
, where ALERT_NAME
is a name of an alert.
A presence of two specific alerts named two
and three
can be queried like
that:
telemetry:
- device: V4048878F81FE8243FDC9A4D7A5098CFA
attribute:
- alerts.two
- alerts.three
One may also be interested in seeing all the alerts that appeared in telemetry
in the selected time frame. It can be accomplished using the matches_regexp
match operator:
telemetry:
- device: V4048878F81FE8243FDC9A4D7A5098CFA
attribute:
name:
matches_regexp: alerts\..+
Which results in something like the following graph: