Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5578
blob8bbb965dc16ccb4429f6c8c0331970db5eba6860
1 Title: Fixed process locking (pid file handling)
2 Level: 1
3 Component: ec
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i2
7 Date: 1513079448
8 Class: fix
10 The PID file handling of the Event Console had the following issues:
12   a) The locking was only done by the init script. Manual executions
13      could lead to multiple running EC processes. This has been fixed
14      by adding an additional file lock to the PID file.
15   b) The PID file was only removed in case the EC stopped without
16      exception. In case one happened, the PID file was left over
17      refering to the old PID.