GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / docker_container_status.health
blob42bd809faa51970be56765f2a2572e537586ca3d
1 title: Docker container health
2 agents: linux
3 catalog: containerization/docker
4 license: GPL
5 distribution: check_mk
6 description:
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).
16 item:
17  None
19 inventory:
20  One check per container is discovered if HEALTHCHECK has been
21  implemented for this container.