Hi I am new to check_mk and not very good in linux server configuration at all, so thanks for your patience.
I installed check_mk under debian via gdebi (systemd not xinetd - and used default configuration so far) and also deployed several agents already. That worked good on most machines. but on machines, where ipv6 is deaktivated for security reasons, it does not work. (https://security.stackexchange.com/questions/181949/how-would-disabling-ipv6-make-a-server-any-more-secure seems to be not the worst idea)
checking netstat -npa | grep 6556
showed me its tcp6
listening.
tcp6 0 0 :::6556 :::* LISTEN 1/init
When I check telnet localhost 6556
I get the agent output (the same when I run check_mk_agent
).
And check_mk dashboard tells me it can ping that server. So it is there.
What are my chances to fix that problem without activating ipv6?
Thanks :)