Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
root@dockerhost:~# cmk-update-agent -V
sequence item 0: expected str instance, bytes found
See syslog or Logfile at /var/lib/check_mk_agent/cmk-update-agent.log for details.


Solution

  1. Delete the state file

    Code Block
    languagebash
    themeRDark
    root@linux~# rm  /etc/cmk-update-agent.state

    .

  2. Switch to the site user.

    Code Block
    languagebash
    themeRDark
    root@linux~# su mysite

    .

  3. Register the agent again.

    Code Block
    languagebash
    themeRDark
    OMD[mysite]:~$ cmk-update-agent register


...