...
Code Block | ||||
---|---|---|---|---|
| ||||
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 | ||||
---|---|---|---|---|
| ||||
apt install xinetd |
...
Code Block | ||||
---|---|---|---|---|
| ||||
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 | ||||
---|---|---|---|---|
| ||||
/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
...
language | bash |
---|---|
theme | RDark |
...
One possible solution is to follow the steps in the article below:
Registration with cmk-agent-ctl is not working
...