Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

Werk #19761: Use full path to cmk-agent-ctl in Test connection step

Component Setup
Title Use full path to cmk-agent-ctl in Test connection step
Date Apr 28, 2026
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.6.0b1
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.5.0p1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT

When adding a host with agent push mode, the final "Test connection" step of the agent install slideout displayed cmk-agent-ctl status regardless of operating system. On Windows the binary is not in PATH, so the bare command failed.

The displayed status command is now operating-system aware. On Windows it uses the full path matching the registration step ("C:\Program Files (x86)\checkmk\service\cmk-agent-ctl.exe" status, prefixed with & when PowerShell is selected). On Linux, Solaris and AIX the command remains cmk-agent-ctl status.

To the list of all Werks