cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
894
Views
0
Helpful
3
Replies

HTTP GET Probe Monitoring

kmiller
Level 1
Level 1

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

 

 

3 Replies 3

Kanwaljeet Singh
Cisco Employee
Cisco Employee

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

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

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

Review Cisco Networking for a $25 gift card