Prometheus / Alertmanager
Fluidify Regen receives alerts from Prometheus Alertmanager via webhook. When an alert fires, Regen creates an incident, opens a Slack channel, and starts the timeline.Webhook URL
Alertmanager configuration
Add a receiver to youralertmanager.yml:
How alert fields map to Regen
Example payload
This is what Alertmanager sends to Regen:Deduplication
Regen uses thefingerprint field to deduplicate. If the same alert fires multiple times before resolving, Regen updates the existing alert rather than creating a new incident.
When Alertmanager sends status: resolved, Regen:
- Marks the alert as resolved
- If all linked alerts are resolved, suggests resolving the incident (timeline entry added)
Severity mapping
Incident auto-creation
By default, alerts with severitycritical or warning automatically create an incident. You can configure this under Settings → Routing Rules.