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