Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 1875
blob4c18162e51804a8f85ad6984c4d48685d12739cf
1 Title: Fixed possible exceptions of CMC Check_MK helpers when using some custom checks
2 Level: 1
3 Component: checks
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.2.7i1
8 Date: 1421918120
10 When using the CMC together with some custom checks which register variables
11 in the global context which can not be written out with repr() and read with
12 eval() like for example python module references or function pointers, all
13 Check_MK workers stopped working and were restarting in an endless loop.
15 A verification has been added to prevent those variable from being written
16 to the Check_MK check helper config var/check_mk/core/config.mk.