Forum Discussion
crispychickenwi
Nimbostratus
Jul 23, 2007Dropping SOME connections if health check fails.
I have multiple machines (machine A,B,C,D) hitting a particular server on a particular port. A standard TCP health monitor is in use.
What I want to happen is, I want to add another healt...
JRahm
Admin
Jul 24, 2007yes, you could do something like:
when CLIENT_ACCEPTED {
if { [LB::status pool $poolname member $ip $port] eq "down" } {
if { [IP::addr [IP::client_addr] equals machine_A_IP] }
discard
}
}
}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