Introduction
Use the Alert Manager to send notifications when specific log lines match your rules.
You define Triggers (with AND/OR conditions on fields such as Body and Timestamp) and choose the Channels to notify: SMS, WhatsApp, Email, or Webhook.
You can also use the eye icon to review which lines matched and when, and jump back to the System Log with the matched line highlighted (±5 lines of context).
Prerequisites
info
- You have created at least one System.
- To actually send notifications, you must connect an AlertFleet API key (see AlertFleet).
Without AlertFleet, you can still create triggers and see match history, but no alerts will be delivered.
Quick start
- Select a System from the picker at the top.
- Add Recipients (phone numbers, emails, or a webhook URL).
- Create Triggers using the rule builder (conditions with AND/OR).
- Choose Channels per trigger (SMS, WhatsApp, Email, Webhook).
- Use the eye icon to review matches; click the specific icon to open System Log with the line highlighted.
Recipients
- SMS / WhatsApp: add valid phone number (prefer E.164 format, e.g.
+39...). - Email: add one email address.
- Webhook: provide an HTTPS endpoint that accepts
GETorPOSTrequests.
Triggers
Create up to 5 triggers per System (plan limits may apply).
Each trigger lets you:
- Combine conditions with AND / OR.
- Target one or more Channels via checkboxes.
- Inspect which log lines fired and when (eye icon).
- Jump to the System Log highlighting the matched line and 5 lines before/after.
Typical conditions:
IF "Body" CONTAINS "Disconnected"AND "Timestamp" TIME BETWEEN "00:00:00" "23:00:00"
Channels & delivery
- Delivery depends on your AlertFleet integration and your plan (e.g., SMS/WhatsApp credits or add-ons).
Tips & limits
- Some features are plan-based (e.g., channel availability, trigger limits).
- Start with narrow rules and expand as needed.
- Keep messages actionable; include identifiers (system, controller, area) in your conditions to reduce noise.