Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 345
blobfed7f1f2577218e305b5453de5e5564b9ade5eee
1 Title: Linux agent: fix detaching of background plugins
2 Level: 2
3 Component: checks
4 Class: fix
5 State: unknown
6 Version: 1.2.5i1
7 Date: 1387270406
8 Targetversion: future
10 The asynchronous execution of background processes in the Linux agent has
11 been fixed. Before it could have happened that the agent starts background
12 processes but - however - waits for all of them to finish until finishing
13 itself. This has now been fixed. All plugins started with run_cached are
14 now correctly detached from the agent.