Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed copy-paste mishap

...

Code Block
languagebash
themeRDark
root@mylinuxhost~# ss -tulpn | grep 6556  

root@mylinuxhost~# ps waux | grep cmk-agent-ctl
 disable the login to this account

root@mylinuxhost~# cmk-agent-ctl status  

root@mylinuxhost~# systemctl status check-mk-agent.socket

root@mylinuxhost~# systemctl status cmk-agent-ctl-daemon.service

...

  • It is obvious, but it needs to be said: Check whether the username and the password or the secret are correct.
  • This error message can also be displayed when the option disable the login to this account is activated for this user. So please go to Setup > Users > Users in Checkmk and check if you see the following icon in the row for the user you are trying to authenticate with: 
    In this case, you have to edit the user and deactivate the checkbox in front of disable the login to this account.

...