Alerting on failure
Two levels: wobbling (restarting, paused, health still starting) and down (exited or unhealthy).
Containers with state, health and restart count.
The agent reads the container list straight from the Docker socket — no second agent inside the container, no sidecar. The socket is mounted read-only and is explicitly opt-in.
What matters here
State, health check, restart count, image, CPU, memory and network throughput.
Two levels: wobbling (restarting, paused, health still starting) and down (exited or unhealthy).
Docker cannot say whether a stopped container was stopped on purpose. The rule is opt-in.
Container CPU is derived from two agent samples instead of blocking the daemon for a second per container.
FAQ
No. You enable Docker monitoring per server because the socket grants broad access to the host.
State, health check, restarts, image, CPU, memory and network throughput.
The Docker socket is inherently powerful. Uptimo calls this out explicitly and keeps the integration opt-in.