Forum Discussion
Robberhines_120
Nimbostratus
Jul 14, 2016Have Passive monitor iRule skipped if url contains
We are trying to setup a passive iRule that will mark a load balanced member down if it gets a number of errors from the server. I found an example of one and it seems to work OK however our develope...
jgranieri
Nimbostratus
Jul 14, 2016Perhaps adding something like this will allow the traffic to continue on. It would be another if statement in your existing code
when HTTP_REQUEST {
if { [HTTP::uri] contains "/services/ url" } {
default pool XYZ
}
}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