Sensorclouds Docs
Alarms

Alarm System

Monitor telemetry and trigger alerts when conditions are met

The alarm system monitors telemetry data in real-time and triggers alerts when conditions are met.

Components

  • Alarm Rules — Define what conditions trigger an alarm (e.g., temperature > 40°C)
  • Alarm Instances — Individual occurrences of triggered alarms
  • Actions — What happens when an alarm triggers (notification, webhook, email)

Alarm Rules List

Alarm Flow

  1. Telemetry data arrives from a device
  2. The alarm evaluator checks all enabled rules for the device's application
  3. If a condition is met:
    • Check the cooldown period to prevent re-triggering
    • Create an Alarm Instance with status ACTIVE
    • Execute configured actions (notification, webhook, email)
  4. Users can Acknowledge and Resolve alarm instances

Severity Levels

SeverityUse Case
INFOInformational alerts that don't require immediate action
WARNINGValues approaching a limit — attention needed soon
CRITICALValues requiring immediate action

On this page