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

Werk #11640: agent_fritzbox: Fix missing agent output

Component Agent bakery
Title agent_fritzbox: Fix missing agent output
Date Nov 3, 2020
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.0.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate MT

Since Python 3 handle.read() returns byte values but Checkmk needs Unicode decoded strings to write the agent output. The content is now decoded as UTF-8.

To the list of all Werks