Forum Discussion
Muhammad_Irfan1
Cirrus
Oct 25, 2014TCP Half Open health monitor.
I have configured the tcp half open monitor with interval of 2 seconds and timeout of 5 seconds on nodes of pool. What i don't want is losing any requests like zero request lose. How can i get this? ...
Muhammad_Irfan1
Cirrus
Oct 25, 2014Yes that would be great. I do not want to send it to another pool. i want to send it to another member of the same pool. but i do not want a specific iRule for some pool. i want a general one so that i can reuse it everywhere for every pool. i found one can you verify that it will work.
when CLIENT_ACCEPTED {
set loopcounter 0
}
when LB_FAILED {
set selected_server [LB::server addr]
if {$selected_server == ""} {
log local0. "No mdex node available"
}
elseif { loopcounter <=4 } {
log local0. "Node: ${selected_server} not responding."
Select another node
LB::reselect
incr loopcounter }
}
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