Refactoring: Moved more application check parameters from unsorted.py to dedicated...
[check_mk.git] / .werks / 5508
blobe0ab666d841bf24c6ad7673a5e9b2177391744be
1 Title: cmk-update-agent.exe: Prevent Agent Updater from running twice
2 Level: 1
3 Component: agents
4 Class: fix
5 Compatible: compat
6 Edition: cee
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1534174581
11 On Windows, when cmk-update-agent.exe is invoked, a lockfile is created to prevent it
12 from running twice at the same time.
14 This mechanism did not work properly when cmk-update-agent.exe got invoked
15 multiple times from different user accounts, because the lockfiles were
16 created within different directories.
18 This is now mitigated by creating the lockfile regardless of the current user
19 within the "temp" directory of the Check_MK Agent installation.