Forum Discussion
Godswill_Aliagh
Nimbostratus
Nov 01, 2018Redirect triffic on out of service
irule to redirect traffic to an outside website when all pool members are down
Samir_Jha_52506
Noctilucent
Nov 01, 2018You can write iRule but i suggest you to add fallback details in HTTP profile.
OR Maintenance URL
when HTTP_REQUEST {
if { [active_members [LB::server pool]] == 0 } {
HTTP::redirect "http://maintenance.host.url/dir/dir/file"
TCP::close
}
}
Samir_Jha_52506
Noctilucent
Nov 03, 2018Url was just an example. However you can customize based on requirements.
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