Docker + Alert24

Receive Docker alerts in Alert24, auto-create incidents, and notify the on-call engineer in seconds.

Receive Docker container health and event notifications via webhook.

Auto-detected payloads

Alert24 recognizes Docker webhooks out of the box and maps fields to incidents automatically.

On-call routing & escalations

Page the right engineer over SMS, voice, push, email, or chat with policy-driven escalations.

Auto-updating status pages

Promote incidents to a public or private status page with one click and keep customers informed.

Change correlation & AI RCA

Recent deploys, infra updates, and feature flag flips surface alongside the incident for faster root cause.

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

1.Use a Docker event listener to forward events:
docker events --format '{{json .}}' | \
  while read event; do
    curl -X POST -H "Content-Type: application/json" \
      -d "$event" <WEBHOOK_URL>
  done
2.Or use tools like docker-event-monitor or Watchtower with webhook support

Example 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 StatusDocker 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