Forum Discussion
Deepak_Kumar2
Jan 13, 2022Nimbostratus
Getting HTML Page Title for iRule
Hi All, I am working on creating a new VIP with 2 servers(each server has its separate pool). One of the server have some issues and at times it directly through a Logout Page while accessing ...
CA_Valli
Jan 13, 2022MVP
Hello, I believe this might be done much easier by implementing a HTTP monitor on pool members, where you can check HTTP response content.
Monitor will automatically mark the node offline if anything but expected content is seen.
To achieve redirect, you can use something like the following iRule
when CLIENT_ACCEPTED {
if { [active_members http_pool] = 0 } {
pool redirect_pool
}
}
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