Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 6496
bloba04d5be581f8e167547baa0c6e35093b28946336
1 Title: check_mk_agent.linux: Moved piggybacked docker container sections to plugin 'mk_docker_container_piggybacked'
2 Level: 1
3 Component: checks
4 Class: fix
5 Compatible: incomp
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1536741679
11 In order to monitor docker containers the {{check_mk_agent}}
12 collects the following information of each docker container
13 as piggyback data:
14 <ul>
15 <li>The state, node name, labels and network information</li>
16 <li>Execution of the {{check_mk_agent}} within running containers</li>
17 </ul>
19 Moreover you have to create piggybacked hosts in Check_MK for each docker
20 container. The piggybacked host name is the docker container ID.
22 Due to a long running time of these sections they are transferred to the
23 plugin {{mk_docker_container_piggybacked}} which also can be executed
24 asynchronously.
26 That means that these sections were removed from the {{check_mk_agent}}
27 and you have to install the plugin to the plugins folder on the client.