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

Werk #18483: agent_ipmi_sensors: fix error reporting

Component Checks & agents
Title agent_ipmi_sensors: fix error reporting
Date Feb 19, 2026
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.6.0b1
Not yet released
Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.5.0b1
Not yet released
Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.4.0p22 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

The error reporting mechanism of special agents only reports the last line of stderr to the checkmk user interface.

For agent_ipmi_sensors the error provided by ipmitool or freeipmi was simply handed over, but contained a trailing \n.

This lead to the situation, that the error '. was reported.

Now, before handing the errors over, the \n are replaced so the error fits in a single line.

To the list of all Werks