Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 1097
blob0dacafa7c8ad75f8ebbf575db7c12b4802c247e2
1 Title: windows_agent: preventing missing agent sections on first query
2 Level: 2
3 Component: checks
4 Compatible: compat
5 Version: 1.2.5i6
6 Date: 1408460515
7 Class: fix
9 The windows agent did not report all sections on the first request(s) after
10 its startup, if some plugins were configured to run asynchronous.
12 This has been fixed. During startup, the agent now always executes the ASYNC scripts first
13 and waits for them to finish. After the scripts are finished, it starts listening to
14 the tcp port.