Werk #4564: Compatibility fix for windows agent updater
Component | Agent bakery | ||||
Title | Compatibility fix for windows agent updater | ||||
Date | Aug 23, 2017 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
The command cmk-update-agent sometimes fails with an error message like "Loadlibrary() argument 1 must be string not unicode error" when running on Windows. The error cause is an incompatibility within Python 2.7.13 and some Python libraries. We fix this issue by using Python 2.7.12 instead.