Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
netstat -anb > output.txt

Solution

For Linux

If the registration is good, but cmk-agent-ctl cannot be started. This might be a bug.

...

Code Block
languagebash
themeRDark
apt install xinetd

...

Code Block
languagebash
themeRDark
systemctl stop check-mk-agent.socket
systemctl disable check-mk-agent.socket
systemctl stop cmk-agent-ctl-daemon.service
systemctl disable cmk-agent-ctl-daemon.service

...

Code Block
languagebash
themeRDark
/var/lib/cmk-agent/scripts/super-server/1_xinetd/setup deploy
/var/lib/cmk-agent/scripts/super-server/1_xinetd/setup trigger

Disable TLS registration on the CMK Server: Properties of host → menu → entry Host → Remove TLS registration

...

languagebash
themeRDark

...

One possible solution is to follow the steps in the article below:

Registration with cmk-agent-ctl is not working

...