Catch up on the latest product updates, best practices, and expert insights from the Checkmk Conference #12 – Watch the livestream recordings now

Werk #19968: rds_licenses: stop error messages from corrupting other agent sections

Component Checks & agents
Title rds_licenses: stop error messages from corrupting other agent sections
Date Aug 3, 2026
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
3.0.0b1
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.5.0p12
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT

The Windows agent plugin rds_licenses.ps1 wrote its error messages to standard output, the same channel it uses to send monitoring data.

The messages polluted the agent output and could affect unrelated services.

They are now written to the error stream instead, where they remain visible when the plugin is run manually on the console for troubleshooting.

To the list of all Werks