Docker Container Check Reference
Configuration options for the Docker Container Check
Written By Erdinc Akay
Last updated About 1 month ago
Docker Container Check Reference
The Docker Container Check monitors Docker containers on the target device and alerts on stopped containers, unhealthy status, and excessive restarts.
Configuration fields
Collected metrics
- Container name
- Image
- Container status (the raw Docker state, e.g. running, paused, restarting, exited)
- Health status (healthy / unhealthy — only shown for containers with a health check)
- Restart count
- Total container count
Platform support
Notes
- The check invokes the
dockerCLI. Thedockerexecutable must be on the agent'sPATHand the agent's account must be allowed to run it (on Linux this typically means membership in thedockergroup; on Windows it means Docker Desktop CLI access). - Containers without a configured health check do not show a health status in the result view.
- The restart count is cumulative since the container was created, not since the last check run.
- If no containers match (empty Docker host, or the filter excludes everything), the check returns Warning with a total container count of 0.
- If the
dockercommand itself fails (not installed, not reachable), the check returns Warning. - The check runs on a fixed interval of 5 minutes; the interval is not a configurable field in the check editor.
See also: Configure a Docker Container Check