05-23-2014 08:27 AM
I am trying to monitor our web servers from our load balancer with an HTT probe This probe keeps failing. Its monitoring a Windows sharepoint server, and I can get to the test page with my credentials, but the Probe seemingly cant pull it. Is there something in here I am doing wrong? I have attached a screen shot of the probe for reference. I keep getting probe failed. Ive tried a lot of different permutations of this probe config with no success. Any help with anyone who has done this before would be awesome
05-23-2014 10:31 AM
Hi,
What does last disconnect err says? Please do show probe <probe name> detail. Also, it would be best to take pcap on the switch where ACE and server are connected to see what exactly is going on.
Regards,
Kanwal
05-23-2014 12:04 PM
ACE-4710-DR/Admin# sh probe HTTP-GET detail
probe : HTTP-GET
type : HTTP
state : ACTIVE
description : Test for I-am-alive.html
----------------------------------------------
port : 80 address : 0.0.0.0 addr type : -
interval : 15 pass intvl : 60 pass count : 3
fail count: 3 recv timeout: 10
http method : GET
http url : http://aspenintranet/PSC/Pages/I-am-alive.html
conn termination : GRACEFUL
expect offset : 0 , open timeout : 1
regex cache-len : 0
expect regex : -
send data : -
------------------ probe results ------------------
associations ip-address port porttype probes failed passed health
------------ ---------------+-----+--------+--------+--------+--------+------
rserver : 10.22.5.100
10.22.5.100 80 -- 2970 2970 0 FAILED
Socket state : CLOSED
No. Passed states : 0 No. Failed states : 1
No. Probes skipped : 0 Last status code : 401
No. Out of Sockets : 0 No. Internal error: 0
Last disconnect err : Received invalid status code
Last probe time : Fri May 23 11:33:29 2014
Last fail time : Wed May 21 10:04:45 2014
Last active time : Never
05-23-2014 12:08 PM
Hi,
So what is the expected response code you have configured on ACE? If you have not configured any then ACE assumes it by default to 200OK if i am not wrong and i see above you are getting status code as 401 and last disconnect err: Received invalid status code.
Take a packet capture on client (when you access server directly) and look at HTTP header. Ensure that GET sent in there and configured on ACE is correct. Also, put in the response code if it is other than 200. That should take care of the issue.
Regards,
Kanwal
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide