Forum Discussion
crush09_18103
Aug 21, 2012Nimbostratus
Redirect
So this is what I'm trying to do... We have a production webpage (virtual server/pool) with basic health monitors. We have a maintenance webpage (virtual server/pool). So the application guys wa...
smp_86112
Aug 21, 2012Cirrostratus
I'm not sure I fully comprehend your requirements. But how about this -
Apply a second monitor to the production pool which hits the maintenance pool members (using the Alias Address/Alias Service Port options if necessary), and leaving the Availability Requirement set to All. When the maintenance monitor goes down (by "changing the header"), that will trigger the LB_FAILED event on the production VIP. Then you can catch it with an iRule:
when LB_FAILED {
HTTP::redirect "http://(maintenance URL)"
}
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