Forum Discussion
stephane_dobbel
Nimbostratus
Mar 12, 2014redirect to another pool when primary pool unavailable.
Hello,
I want to use irule without success to redirect to another pool if members are down.
when HTTP_REQUEST {
sets the timer to return client to host URL
set stime 10
Use the Host...
Kevin_Stewart
Employee
Mar 12, 2014Okay, I misspoke earlier. You were disabling the prod pool members, which should have been enough to cause traffic to flow to the sorry pool regardless of a health monitor. In any case, the syntax still looks correct. Can you modify it as follows and report what it does:
when HTTP_REQUEST {
if { [active_members [LB::server pool]] < 1 } {
pool P_Sorry_Pool
HTTP::uri "/"
}
}
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
