Forum Discussion
itsd2001_261164
Nimbostratus
Jan 06, 2017URL redirect
Hi,
would like to configure to have traffic redirected from to when all health checks from the following servers have failed at the same time:
VIP: WEB_SERVERS
Members "servers": WEB1...
Vijay_E
Cirrus
Jan 06, 2017You need something like this (untested):
when HTTP_REQUEST {
if { [active_members WEB_POOL] < 1 } {
HTTP::respond 301 Location "http://www.test2.com"
}
}
WEB_POOL has the pool members with monitors.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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