Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5038
blob8e17bb72489defe86fa6221ac37ed180ce07206b
1 Title: Datasource programs: 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.0i1
9 Date: 1500907925
11 When using datasource programs (like e.g. special agents or SSH command line calls)
12 to get agent data from hosts it may happen that these programs remain open as
13 zombie processes. Check_MK has been extended to deal with this situation and clean
14 up these processes.
16 Details: When the program execution takes too long Check_MK sends a SIGTERM to the
17 process group of the executed program. After sending the signal Check_MK is now
18 waiting for the process to finish.