Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 6350
blobf0c88bb59f57895edf7ab6e3ff441054378239e3
1 Title: Fixed broken checking of unrelated hosts when using manual checks
2 Level: 1
3 Component: core
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1531599198
11 When using the Check_MK Raw Edition it could happen that configuring manual
12 checks for a host broke the check execution of unrelated hosts.
14 The configuration of the manual check of all hosts was loaded into the context
15 of such an unrelated host. Because a host only loads the check definitions of
16 the checks it needs during checking, those manual check configurations were
17 trying to access unavailable data. This lead to a crash and a "(null)" output
18 shown for the "Check_MK" service.