Alert Types Reference
PEEK supports 9 alert types. This page describes each one, its configuration, and when it fires.
Device Offline
Triggers when a specific device stops sending data and transitions to offline status. Must be scoped to an individual device.
Device Online
Triggers when a specific device comes back online after being offline. Useful for confirming recovery.
Fleet Offline Percent
Triggers when the percentage of offline devices in your fleet exceeds a threshold. For example, alert when more than 20% of devices are offline.
Low Message Rate
Triggers when the message rate for a device or fleet drops below a specified threshold (messages per minute).
High Message Rate
Triggers when the message rate exceeds a specified threshold. Useful for detecting runaway devices or unexpected burst traffic.
New Device
Triggers when PEEK discovers a device it has not seen before. Useful for tracking fleet growth or detecting unexpected devices.
Field Threshold
Triggers when a numeric field in a message payload crosses a boundary. Supports six comparison operators.
Example: Alert when temperature is greater than 45.
Field Match
Triggers when a payload field matches a specific string value. Useful for catching error codes or specific states.
Example: Alert when status equals error.
Payload Size
Triggers when a message payload size exceeds or falls below a threshold (in bytes). Useful for detecting abnormally large or truncated messages.