1 title: Docker container health
3 catalog: containerization/docker
7 Monitors the health status of docker containers, as reported via
8 the HEALTHCHECK API. A Status of "healthy" is treated as OK,
9 "starting" as WARN, "unhealthy" as CRIT.
11 To make this check work the agent plugin {{mk_docker.py}} has to be installed.
12 If you are using agent bakery rules, you must enable "Piggybacked docker containers".
13 If you are configuring the plugin via the configuration file, make sure you do not skip th
14 section "docker_containers_client" (the default setting is fine).
20 One check per container is discovered if HEALTHCHECK has been
21 implemented for this container.