Forum Discussion
refra_151287
Cirrus
Aug 17, 2014mark server down when receive 503
Hi, i've iis server and monitor it with http monitor, but when service becomes unavailable the member stills up, so it included in loadbalancing. I want to customize Http monitor to check status code...
Marco_T_166679
Nimbostratus
Aug 18, 2014if you just want the 503, you can also try that
when HTTP_RESPONSE {
if { [HTTP::status] = 503 } {
LB::down
}
}
https://support.f5.com/kb/en-us/solutions/public/7000/400/sol7440.html
- refra_151287Aug 19, 2014
Cirrus
thnx Macro, finally I used it and it worked well: Request: GET /index.html HTTP/1.1\r\nHost: hoostname.company.com\r\nConnection: Close\r\n Receive String: h.*k
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects