Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5887
blobafa5054f3015c6235e15a0df066d6093a31d781a
1 Title: Protect against checks overriding Check_MK internal config variables
2 Level: 1
3 Component: core
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0b1
7 Date: 1520260398
8 Class: fix
10 When a check declares a Check_MK internal configuration variable in it's global
11 namespace, for example "service_descriptions", it was overrding Check_MK internal
12 configuration variables with this statement in previous Check_MK versions.
14 Check_MK now prevents the checks from overriding already known configuration
15 variables.