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 |
|
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.