Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 3286
blobe9c1060872ce0282714878e47628aab02eafe30f
1 Title: Fixing possible logging issues when using datasource programs for monitoring
2 Level: 1
3 Component: core
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.4.0i1
8 Date: 1457703007
10 When calling datasource programs for monitoring they are executed as subprocesses
11 of Check_MK. Check_MK as passing all filedescriptors except stdout and stderr to
12 the subprocess. So if a subprocess was doing something strange with them it could
13 happen that this influenced the handling within Check_MK.
15 This could, for example, confuse the communication between the CMC and the Check_MK
16 keepalive helper processes.