Prometheus / Alertmanager
Receive alerts from Prometheus Alertmanager webhook receiver.
Quick Setup
Copy Webhook URL
Go to your Alert24 dashboard and copy the webhook URL for Prometheus / Alertmanager.
Configure Prometheus / Alertmanager
Add the webhook URL in your Prometheus / Alertmanager settings.
Auto-Detected
Alert24 auto-detects Prometheus / Alertmanager payloads and maps them to incidents.
Step-by-Step Setup Instructions
Alertmanager Webhook Setup
alertmanager.yml config filereceivers:
- name: 'alert24'
webhook_configs:
- url: '<WEBHOOK_URL>'
send_resolved: trueroute configExample Webhook Payload
This is a sample payload that Prometheus / Alertmanager sends to Alert24 when an alert fires.
{
"version": "4",
"status": "firing",
"alerts": [
{
"status": "firing",
"labels": {
"alertname": "HighCPU",
"severity": "critical",
"instance": "web-01:9090"
},
"annotations": {
"summary": "CPU usage is above 90% on web-01"
},
"startsAt": "2024-01-15T10:30:00Z",
"endsAt": "0001-01-01T00:00:00Z"
}
]
}How Alert24 Maps Prometheus / Alertmanager Data
Status Field
status
Message Field
alerts.0.annotations.summary
Auto-Create Incidents
Yes
Auto-Resolve Incidents
Yes
Status Mapping
| Alert24 Status | Prometheus / Alertmanager Values |
|---|---|
| operational | resolved |
| down | firing |
Connect Prometheus / Alertmanager to Alert24 in minutes
Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.
More Monitoring & Observability Integrations
Datadog
InboundReceive alerts from Datadog monitors and synthetics.
Grafana
InboundReceive alert notifications from Grafana alerting rules.
New Relic
InboundReceive New Relic alert notifications via webhook.
Pingdom
InboundReceive Pingdom uptime check alerts via webhook.
UptimeRobot
InboundReceive UptimeRobot monitor alerts via webhook.
Zabbix
InboundReceive Zabbix trigger alerts via webhook media type.