Forum Discussion
Raj_57800
Nimbostratus
Apr 15, 2010Monitor using host header
I am trying to setup a monitor page using host header. It is working when when it is done manually but not when created as a monitor page. Request experts advice. Thanks
Testing through Teln...
Deb_Allen_18
Sep 26, 2007Historic F5 Account
Well, technically, no....
...but if the redirect target server has a single static IP, you *could* define it as a member of a pool, apply an HTTP monitor, and verify status in an iRule before issuing the redirect...
pool FallbackTestPool {
member :80
monitor send recv
rule RedirectIfFallbackUP {
when {
if {[LB::status pool FallbackTestPool member 80] != "up"} {
HTTP::redirect "..."
} else {
}
}
}
HTH
/deb
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