checkmk
checkmk copied to clipboard
Enable Python local checks
General information
Code to detect a Python installation is missing from the FreeBSD version of check_mk_agent.
Bug reports
Output from vanilla check_mk_agent:
FailedPythonPlugins: test.py (Missing Python 3 installation)'
OS: FreeBSD 14.1 with Python 3 from /usr/ports/lang/python installed
Proposed changes
Added read_python_version() and detect_python() from Linux version.