Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5948
blob4f3ff79f0b154f2afe5d47fb97ffac7f259435a1
1 Title: docker_container_mem: Docker container specific memory checking
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0b1
7 Date: 1523007246
8 Class: feature
10 Instead of using the default linux memory check (mem), Check_MK is now
11 using the container specific memory check.
13 The main reason is that the memory information in the container is not
14 available through <tt>/proc/meminfo</tt> as usual. The memory data is available
15 through the kernels cgroup interface which is available in the containers
16 context below <tt>/sys/fs/cgroup/memory/memory.stat</tt>
18 The features of both checks are exactly the same.