Integrations
Prometheus Alertmanager Integration
Route Prometheus Alertmanager notifications to MonoDuty with a webhook receiver, alert grouping, repeat intervals, and resolved alerts.
Prometheus / Alertmanager
Route Prometheus Alertmanager notifications to MonoDuty.
Alertmanager Configuration
Add MonoDuty as a webhook receiver in your alertmanager.yml:
receivers:
- name: 'monoduty'
webhook_configs:
- url: 'https://api.monoduty.com/webhook/YOUR_WEBHOOK_ID'
send_resolved: true
route:
receiver: 'monoduty'
group_by: ['alertname', 'severity']
group_wait: 30s
group_interval: 5m
repeat_interval: 4hResolved Alerts Set
send_resolved: true to receive notifications when alerts are resolved.