Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / checkman / docker_container_diskstat
blob21e1b40b734bdeaba86e95853d2056ab85717a8f
1 title: Docker container disk throughput
2 agents: linux
3 catalog: containerization/docker
4 license: GPL
5 distribution: check_mk
6 description:
7  This check measures the throughput of block devices (disks) of docker
8  containers. You can either have a single check for every single disk or a
9  summary check (which is the default) summing up the throughput of all disks.
11  This check measures the memory usage of a docker container respecting
12  either the memory limits of the docker node or the limit configured
13  for the container.
15  Use the "Main memory usage (UNIX / Other Devices)" rule set to configure
16  thresholds on the memory usage.
18 item:
19  Either {"SUMMARY"} for a summarized check of all disks or the name of the
20  disk device, e.g. {"sda"}.