checkmk icon indicating copy to clipboard operation
checkmk copied to clipboard

Enable Python local checks

Open felixjogris opened this issue 1 year ago • 0 comments

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.

felixjogris avatar Aug 08 '24 21:08 felixjogris