Fleet Management is in preview. APIs and features described on this page may change.
Alert Channels
An alert channel is a configured destination for notifications. Create channels for each communication path your team uses, then reference them in recording rules and alert policies.Create a Slack Channel
Create an Email Channel
Create a Webhook Channel
Webhook channels send an HTTP POST to your endpoint with the alert payload. Use a signing secret to verify that requests originate from Avala.Webhook Payload
Webhook channels deliver a JSON payload with the following structure:Test a Channel
Send a test notification to verify your channel configuration before wiring it up to rules.List and Manage Channels
Alert Rules
Alerts are linked to recording rules through thenotify action. When a recording rule’s condition matches, its notify action fires an alert to the specified channel.
Severity Levels
Configure severity on the recording rule’s notify action to control how alerts are displayed and routed.Escalation Policies
For critical alerts, define an escalation policy that notifies additional channels if the alert is not acknowledged within a specified time.Alert Lifecycle
Every alert moves through a defined set of states. You can transition alerts manually via the SDK, CLI, or dashboard.Acknowledge an Alert
Acknowledging an alert stops escalation and signals to the team that someone is investigating.Resolve an Alert
Mark an alert as resolved when the underlying issue has been fixed.Auto-Resolve
Alerts can auto-resolve when their triggering condition clears. Enable auto-resolve on the recording rule’s notify action:Alert History
View past alerts with their full lifecycle — when they fired, who acknowledged them, and how they were resolved.Alert Metrics
Aggregate alert statistics for reporting and SLA tracking.Muting and Snoozing
Temporarily silence alerts during planned maintenance, known outages, or testing periods. Muted alerts still evaluate and log, but notifications are suppressed.Mute a Rule
Suppress all notifications from a specific rule for a set duration.Mute a Device
Suppress all alerts for a specific device. Useful when taking a device offline for servicing.Snooze an Alert
Snooze a specific open alert to temporarily suppress its notifications. The alert returns toopen state when the snooze expires.
View Active Mutes
Next Steps
Recording Rules
Define the conditions that trigger alerts across your fleet.
Fleet Dashboard
Monitor devices, recordings, and fleet health from the central dashboard.
Events & Markers
Annotate recordings with timestamped events for detailed analysis.
Webhooks
Receive real-time notifications for dataset, export, and task events.