RE: Monitoring IPv6 website
"Frank Bulk \(iname.com\)" <[email protected]> Fri, 29 Aug 2014 13:30:21 -0500
| Newsgroups | gmane.network.nagios.plugins |
|---|---|
| Message-ID | <001601cfc3b7$4ae951b0$e0bbf510$__4449.75807699866$1409337044$gmane$org@iname.com> |
Sorry, no change. root@nagios:/usr/lib/nagios/plugins# ./check_http -H www.timewarnercable.com -v -f follow option f:4 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# ./check_http -H www.timewarnercable.com -v -f ok option f:0 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# Frank -----Original Message----- From: Help [mailto:help-bounces+frnkblk=iname.com-BzZFE/[email protected]] On Behalf Of Jim Welch Sent: Friday, August 29, 2014 1:27 PM To: Monitoring Plugins Users Subject: Re: Monitoring IPv6 website Try using the '-f' parameter to control whether or not check_http stops at the first redirect or follows the redirect and checks the resulting page. -f ok -f follow (check_http -h for details) On 8/29/2014 2:14 PM, zep wrote: > curiouser and curiouser.. > >