Back to Redis

Alert

content/operate/rs/7.22/references/rest-api/objects/alert.md

latest936 B
Original Source

You can view, configure, and enable various alerts for the cluster.

Alerts are bound to a cluster object (such as a [BDB]({{< relref "/operate/rs/7.22/references/rest-api/objects/bdb" >}}) or [node]({{< relref "/operate/rs/7.22/references/rest-api/objects/node" >}})), and the cluster's state determines whether the alerts turn on or off.

NameType/ValueDescriptionWritable
change_timestringTimestamp when alert state last changed
change_valueobjectContains data relevant to the evaluation time when the alert went on/off (thresholds, sampled values, etc.)
enabledbooleanIf true, alert is enabledx
severity'DEBUG'
'INFO'
'WARNING'
'ERROR'
'CRITICAL'The alert's severity
statebooleanIf true, alert is currently triggered
thresholdstringRepresents an alert threshold when applicablex