Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5444
blob0c3852f6897a8f15559e9baed75ab4c519e49abc
1 Title: SNMP commands: Prevent zombie processes in case of timeouts
2 Level: 1
3 Component: core
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.5.0i2
9 Date: 1510582108
11 This concerns the RAW edition or users which use CEE/CME edition of Check_MK
12 with deactivated inline SNMP.
14 When executing SNMP commands like get, getnext, walk or bulkwalk to get agent data
15 from hosts it may happen that these commands remain open as zombie processes.
16 Check_MK has been extended to deal with this situation and clean up these processes.
18 Details: When the command execution takes too long Check_MK sends a SIGTERM to the
19 process group of the executed program. After sending the signal Check_MK is now
20 waiting for the process to finish.