IPv6 and check_http issues

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
NetDog_CO
Posts: 1
Joined: Mon Mar 14, 2011 4:42 pm

IPv6 and check_http issues

Post by NetDog_CO »

-bash-3.00$ ping -s ipv6.google.com
PING ipv6.google.com: 56 data bytes
64 bytes from ipv6.google.com (2001:4860:8004::68): icmp_seq=0. time=107. ms

-bash-3.00$ ./check_ping -H 2001:4860:8004::68 -w 120.0,80% -c 200.0,90%
PING OK - Packet loss = 0%, RTA = 107.00 ms|rta=107.000000ms;120.000000;200.000000;0.000000 pl=0%;80;90;0
-bash-3.00$ ./check_ping -H Ipv6.google.com -w 120.0,80% -c 200.0,90%
PING OK - Packet loss = 0%, RTA = 108.00 ms|rta=108.000000ms;120.000000;200.000000;0.000000 pl=0%;80;90;0

-bash-3.00$ ./check_http -6 Ipv6.google.com -v
CRITICAL - Socket timeout after 10 seconds
-bash-3.00$ ./check_http -6 -H 2001:4860:8004::68 -v
CRITICAL - Socket timeout after 10 seconds

any help on why the http check is failing would be great.
Locked