10-17-2011 11:35 AM
We have an ACE 4710 providing load balancer functions for 2x websites. Is there a way to set up a probe to look for an image on the homepage of the website to deem the site is available.
Thanks in advance
10-17-2011 12:12 PM
yes you should be able to do it.
You can configure the HTTP method and URL used by the probe by using the request method command. The syntax of this command is as follows:
request method {get | head} url path
By default the url is "/" .
But the only requirement is that you need to have a url for this image. If the image is part of the webpage itself then there is no way to distinguish between the page and the image.
11-22-2011 09:39 AM
Do I use get or head?
11-22-2011 02:18 PM
A GET command, and expect a HTTP 200 OK as the status
10-18-2011 07:58 AM
Hi
I believe you could do this with a very simple tcl script.
Darren
Sent from Cisco Technical Support iPad App
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