When integrating external alerting systems (like Alertmanager, Grafana, or other monitoring tools) with incident.io, you may need to map incoming alert severities to incident.io alert priorities. For example, you might want alerts marked as “critical” or “error” to automatically map to your P1 priority in incident.io. You can map external alert severities to incident.io priorities using priority aliases. This allows you to match incoming severity values without modifying the alert payload or writing complex parsing logic. To set up priority aliases:Documentation Index
Fetch the complete documentation index at: https://docs.incident.io/llms.txt
Use this file to discover all available pages before exploring further.
- Navigate to your Alert Configuration page
- Click on the gear (settings) icon - this should take you here
- Click edit on the priority you want to add aliases for
- For P1/Urgent priority: add aliases like “critical”, “error”, “p1”, “urgent”
- For P2 priority: add aliases like “high”, “p2”, “major”
- For P3 priority: add aliases like “medium”, “p3”, “warning”
Note: Priority matching is case-sensitive. Make sure your aliases match the exact case of your incoming alert severities. For example, if your alerts use “High”, you’ll need “High” as an alias, not just “high”.