Werk #16558: Agent FreeBSD: Add missing Python interpreter detection
Component | Checks & agents | ||
Title | Agent FreeBSD: Add missing Python interpreter detection | ||
Date | Oct 14, 2024 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
The Checkmk agent for FreeBSD, like other UNIX agents, handles the execution of Python agent plugins by calling them with the available Python interpreter.
However, the functions for detecting the interpreter (or a missing one) were recently missing, leading to a failure when trying to execute Python agent plugins.
Thanks to darkain for this contribution!