Forum Discussion
Angel_Martinez_
Nimbostratus
Nov 18, 2010LB::server pool
Hi
I've this iRule running in two different boxes:
rule iRule_Sorry_Redirect {
when LB_FAILED {
if { [active_members [LB::server pool]] < 1 } {
HTTP::fallb...
Chris_Miller
Altostratus
Nov 19, 2010I'd start off by logging.
rule iRule_Sorry_Redirect {
when LB_FAILED {
log local0. "Pool was [LB::server pool]"
if { [active_members [LB::server pool]] < 1 } {
HTTP::fallback "http://sorry-[HTTP::header host]"
}
}
}
That'll log to the LTM logs. You aren't using any variables in your rule.
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