Refactoring: Moved more application check parameters from unsorted.py to dedicated...
[check_mk.git] / .werks / 4708
blobfb0e1531d1d135f9bd02fe7e60b57cdf3d6af933
1 Title: Windows Agent/Agent Updater: Fixed race condition which removed the windows service
2 Level: 2
3 Component: checks
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.5.0i1
9 Date: 1496847511
11 The agent updater could kill itself during an update, because the MSI installation process
12 sent a shutdown signal to the windows service. This shutdown also killed any plugins,
13 including the agent updater... This has been fixed by detaching the cmk-update-agent.exe
14 file from the process group of the windows agent.