Docker

Receive Docker container health and event notifications via webhook.

InboundMonitoring & Observability
Start Free Trial

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