Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 5812
blob07efb11bc64df8c8d27abc4b889c983d11e3f932
1 Title: Fixed Check_MK check helper crashes related to loading of precompiled checks
2 Level: 2
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1526550541
8 Class: fix
10 The latest versions no longer read checks as plain text python files (Werk 6046).
11 The operation which generates the precompilated file was not atomic, so a file could
12 be partially written, while being read by another process.
13 This caused various exceptions in multiple checks.