FizzyBoy_29767
Sep 12, 2011Nimbostratus
Get Image File
Hi All
I have had quite a basic requirement. I want BIGIP to look for an image GIF file to monitor our web instances. I have setup this monitor to do the job which simply sends the GET request.
monitor http_get_logo {
defaults from http
send "GET /i/logo.gif\r\n"
}
This configuration worked happily on v9.x. We have recently upgraded the Infrastructure to v10.2. This weekend, one of our web site instances went down. BIGIP should realize it cannot pull this GIF file anymore and should mark the pool member down, but it did not happened. So, BIGIP keep sending the traffic to an unhealthy instance result it confusion to our web users.
I am trying to answer few questions, please help. Is there any change in behaviour in monitors in V10? I never configured “Receive String” in v9.X, do I must need to configure on v10.2? Do I still need \r\n in v10, is it causing the issue?
Any help will be greatly appreciated. Thanks.
FizzyBoy
V