An error of "sequence item 0: expected str instance, bytes found" while running the agent updater.
LAST TESTED ON CHECKMK 2.2.0P1
Problem
For some reason, the agent updater is failing when trying to execute:
Solution
Delete the state file
root@linux~# rm /etc/cmk-update-agent.state
Switch to the site user.
root@linux~# su mysite
Register the agent again.
OMD[mysite]:~$ cmk-update-agent register
Related articles