Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 7226
blobe079c949adaa34ad1b38455141e931af5fdb5824
1 Title: LXC: Add basic support for Linux containers
2 Level: 2
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1551686646
8 Class: feature
10 The agent is now detecting when it is executed in a Linux container
11 context and changes it's behaviour depending the environment.
13 In containers the agent currently does the following:
15 <ul>
16 <li>lxc_container_cpu: This check is used instead of the normal CPU
17 utilization check</li>
18 <li>zfs filesystems are not excluded for the df section anymore</li>
19 <li>kernel section is not processed, because it's the host systems
20 kernel the agent reports information for</li>
21 <li>drbd section is not processed for the same reason</li>
22 <li>lnx_thermal section is not processed for the same reason</li>
23 </ul>