Sensorclouds
Alarms

Creating Alarm Rules

Define conditions that trigger alarms based on telemetry data

Creating an Alarm Rule

Navigate to an Application → Alarms tab.

Click Add Alarm.

Configure the alarm rule:

FieldDescription
NameDescriptive name (e.g., "High Temperature Alert")
DescriptionDetails about the alarm
FieldTelemetry field to monitor (e.g., temperature)
OperatorComparison: >, <, >=, <=, ==, !=
ThresholdNumeric value to compare against
SeverityINFO, WARNING, or CRITICAL
DurationHow long the condition must hold before the alarm fires
CooldownMinutes between re-triggers (0–1440)
DeviceOptional - target a specific device, or leave blank for all
ActionsWhat happens when the alarm triggers

Click Save.

Create Alarm Rule

Alarm Scope

  • Application-wide: Leave the device field empty to monitor all devices in the application
  • Device-specific: Select a device to monitor only that device

Actions

ActionDescription
NotificationCreates a platform notification delivered via WebSocket
IntegrationCalls a configured integration - Slack, Telegram, or an HTTP webhook - when the alarm fires

ENGINEER Engineers can only select integrations within their assigned applications.

The cooldown period prevents alarm fatigue. After a rule triggers, it won't trigger again for the same device until the cooldown expires - even if the value remains above the threshold. The duration requirement is the opposite guard: it suppresses momentary spikes by requiring the condition to hold before firing.

On this page