Werk #1097: windows_agent: preventing missing agent sections on first query
Component | Checks & agents | ||
Title | windows_agent: preventing missing agent sections on first query | ||
Date | Aug 19, 2014 | ||
Level | Prominent Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
The windows agent did not report all sections on the first request(s) after its startup, if some plugins were configured to run asynchronous.
This has been fixed. During startup, the agent now always executes the ASYNC scripts first and waits for them to finish. After the scripts are finished, it starts listening to the tcp port.