Status
A user-visible alert moves through three states:| Status | Meaning |
|---|---|
| Open | New, nobody’s looking yet. |
| Acknowledged | Someone has it. The on-call is aware. |
| Resolved | Fixed (or judged not to be a real problem). |
- Grouped under a parent when Auto-Group rolls it up. The child still exists, you just see it nested under the parent.
- Suppressed when an integration or rule silences it.
Severity
Four levels, displayed as a coloured icon and label everywhere:- Critical (red, solid icon)
- High (red, outlined icon)
- Medium (orange)
- Low (grey)
Where alerts come from
Most alerts come from integrations attached to a service. See Integrations for the full list of supported sources. You can also create an alert manually from the dashboard (rarely needed, useful for “I just noticed something” cases) or programmatically via the API.The alerts list
/alerts is your home base. By default it shows everything not yet resolved, with quick filters along the top:
- Status tabs - Not Resolved, Open, Ack’d, Resolved, All Alerts.
- Filters - severity, service, team, acknowledged by.
- Search - free-text across title and description.
The alert detail page
Opening an alert gives you a dual-pane workspace:- Properties and timeline on one side - editable title, tags, description, status, severity, and a chronological feed of comments and activity.
- Workspace on the other - the Warrnagen investigation, suggested runbooks, related and grouped alerts, and a chat panel to ask Warrn questions about this alert.
Linking to an incident
Two ways an alert becomes part of an incident:- Manually. Click Declare Incident on the alert. You’ll get a dialog to set the title and severity; the alert is linked automatically.
- Automatically. If the org has Auto-create incidents on, alerts that look serious enough trigger an incident on their own. The alert that did it shows a View Incident button, and the incident lists this alert as one of its triggers.
How alerts reach you
Beyond the dashboard, alerts can find you through:- Slack - posted into a channel, with Acknowledge and Resolve buttons inline.
- Mobile push - if you have the Warrn mobile app installed.
- Email - depending on your notification settings.