Werk #6934: cmk-update-agent: Remove unnecessary check for python interpreter
Component | Agent bakery | ||||
Title | cmk-update-agent: Remove unnecessary check for python interpreter | ||||
Date | Dec 12, 2018 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
Since Check_MK 1.5, the Agent Updater gets deployed as a binary file to linux systems by default.
Hence it is no longer necessary to check for an available python2 interpreter on agent installation unless the Agent Updater gets deployed as a script.
This werk adapts the agent's preinstall scripts so that no unnecessary checks are induced anymore.