Monitoring IPv6 website

"Frank Bulk \(iname.com\)" <[email protected]> Wed, 27 Aug 2014 08:31:59 -0500
Newsgroups gmane.network.nagios.plugins
Message-ID <000501cfc1fb$498e0530$dcaa0f90$__40616.026815451$1409146338$gmane$org@iname.com>
I monitor over 60 IPv6-enabled websites and the only one that's giving me
grief is TWC:

	root@nagios:/usr/lib/nagios/plugins# ./check_http -6 -H
www.timewarnercable.com
	CRITICAL - Socket timeout after 10 seconds
	root@nagios:/usr/lib/nagios/plugins#
	root@nagios:/usr/lib/nagios/plugins# ./check_http -6 -H
www.timewarnercable.com -v
	GET / HTTP/1.1
	User-Agent: check_http/v1.4.15 (nagios-plugins 1.4.15)
	Connection: close
	Host: www.timewarnercable.com


	CRITICAL - Socket timeout after 10 seconds
	root@nagios:/usr/lib/nagios/plugins#

Anyone else see this?  Why is check_http struggling here, while all other
sites work fine?

Frank