Forum Discussion
abachman_72712
Nimbostratus
Aug 12, 2009Setting up Debugging
I would like to incorporate debugging into my following iRule, which I have setup to for the following HTTP_REQUEST to direct traffic by incoming IP address. Traffic being generated is being sent bac...
The_Bhattman
Nimbostratus
Aug 13, 2009You can use the command
log local0. "The client [IP::client_addr] didn't make the grade"
However, looking at your code, I think there might be simpler way to detect the LB failure.
What if you change it to
when LB_FAILED {
pool soap_pool
LB::reselect
}
This assumes that the pool has a health check, monitoring each node within the pool. Therefore, it would reselect the the healthiest member in the pool.
I hope that helps
CB
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