Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 1045
blob3cd3696b11274b8f3563ed729a03148f9497ebec
1 Title: Gracefully restart check_mk helpers in case of memory leak
2 Level: 2
3 Component: core
4 Version: 1.2.5i5
5 Date: 1404985261
6 Class: fix
8 When using the Check_MK Micro Core in combination with inline SNMP then
9 in certain rare situations the check_mk helper processes leak memory. We
10 suspect the leak to be in the SNMP libs but this is just an assumption.
12 This fix now watches the size of each check_mk helper. If the memory usage
13 (VM size) of the process grows by more then 50% compared to the size after
14 the first 20 hosts being checked, then the helper silently restarts itself
15 and leaves a message in <tt>var/log/check_mk/cmc-helper.log</tt>.