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 Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

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