Docker
Receive Docker container health and event notifications via webhook.
Quick Setup
Copy Webhook URL
Go to your Alert24 dashboard and copy the webhook URL for Docker.
Configure Docker
Add the webhook URL in your Docker settings.
Auto-Detected
Alert24 auto-detects Docker payloads and maps them to incidents.
Step-by-Step Setup Instructions
Docker Event Webhook Setup
docker events --format '{{json .}}' | \
while read event; do
curl -X POST -H "Content-Type: application/json" \
-d "$event" <WEBHOOK_URL>
doneExample Webhook Payload
This is a sample payload that Docker sends to Alert24 when an alert fires.
{
"Type": "container",
"Action": "die",
"status": "die",
"Actor": {
"Attributes": {
"name": "api-server",
"exitCode": "137",
"image": "my-app:latest"
}
}
}How Alert24 Maps Docker Data
Status Field
status
Message Field
Actor.Attributes.name
Auto-Create Incidents
Yes
Auto-Resolve Incidents
Yes
Status Mapping
| Alert24 Status | Docker Values |
|---|---|
| operational | startunpause |
| degraded | pause |
| down | stopdiekilloom |
Connect Docker 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.
Prometheus / Alertmanager
InboundReceive alerts from Prometheus Alertmanager webhook receiver.
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.