bashclub / checkmk-opnsense-agent

65 stars 14 forks source link

ipv6 not working #42

Closed toficly closed 9 months ago

toficly commented 9 months ago

Hi, we have a v6 only network setup and would like to use the opnsense agent to communicate with our checkmk server via ipv6. we already looked into the code and tried to get TCPServer to listen to v6 as well - unfortunately without success. maybe someone knows how to activate v6 - would be very appreciated!

toficly commented 9 months ago

just add self.address_family = socket.AF_INET6 to class checkmk_server