Page 2 of 2

Re: How to set up monitoring of the URL

Posted: Fri Jan 17, 2020 4:50 am
by Pratapa
I tried the following and it is successful.

#./check_http -H fs.anz.com -u /adls/ls/idpinitiatedsignon.aspx? -S --sni
HTTP OK: HTTP/1.1 200 OK - 20547 bytes in 0.084 second response time |time=0.084359s;;;0.000000 size=20547B;;;0

Re: How to set up monitoring of the URL

Posted: Fri Jan 17, 2020 7:23 am
by scottwilkerson
Pratapa wrote:I tried the following and it is successful.

#./check_http -H fs.anz.com -u /adls/ls/idpinitiatedsignon.aspx? -S --sni
HTTP OK: HTTP/1.1 200 OK - 20547 bytes in 0.084 second response time |time=0.084359s;;;0.000000 size=20547B;;;0
Ahh, you you likely just needed to add the --sni flag to your original call