Where are several IPv6 enabled daemons running on my servers and I need to check whether they are accessible via IPv4 and IPv6.
Checking IPv4 availability with the item parameter "net.tcp.service[ssh, 127.0.0.1 ,22]" works fine but checking the IPv6 availability with "net.tcp.service[ssh, ::1 ,22]" doesn't seem to work.
Are IPv6 checks supported or is there any other kind of how to specify the ipv6 address?
Checking IPv4 availability with the item parameter "net.tcp.service[ssh, 127.0.0.1 ,22]" works fine but checking the IPv6 availability with "net.tcp.service[ssh, ::1 ,22]" doesn't seem to work.
Are IPv6 checks supported or is there any other kind of how to specify the ipv6 address?
Comment