Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5796
blobac0db75e042b45dc3bb22839a763e6175c4d0488
1 Title: Fixed race condition in counter computation if a host uses real time checks
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cee
6 Version: 1.5.0b1
7 Date: 1521798371
8 Class: fix
10 There was a risk that the counter data for the Check_MK checks could get lost or reset
11 to an earlier state, when the host received regular updates through the realtime check mechanism.
12 This has been fixed. As a side effect, the counter data is now only saved back to disk when there were
13 actual changes.