Cleanup config.nodes_of
[check_mk.git] / checkman / docker_node_disk_usage
blob2d011b835bd9461c4479f29c4169c1888b4d546f
1 title: Docker node disk usage
2 agents: linux
3 catalog: containerization/docker
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the total and active number as well as the size and
8  reclaimable size of containers, images, local volumes, and build cache.
10  To make this check work the agent plugin {{mk_docker.py}} has to be installed.
11  If you are using agent bakery rules, you must enable "Fully monitor the docker node"
12  in the section "Docker node" (which is the default).
13  If you are configuring the plugin via the configuration file, make sure you
14  do not skip the section "docker_node_disk_usage" (again the default setting is fine).
16 inventory:
17  One service per type (i.e. containers, images, volumen, build cache) is created.