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? ...
kunjan
Nimbostratus
Oct 26, 2014May try this:
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/CRM" } {
set index [string first "/CMS" [HTTP::uri]]
set uri [string replace [HTTP::uri] $index [expr $index+4] ]
HTTP::uri $uri
pool Tibco-LB-Group4
}
}
Muhammad_Irfan1
Cirrus
Oct 26, 2014Great thanks alot its working perfectly.
Sir i have a service running on 3 machines but its deployed twice on 3rd machine with different port. Like 10.50.169.14:9801,
10.50.169.14:9802,
10.50.169.16:9801,
10.50.169.20:9801,
But the problem is pool is not allowing me to add pool member 10.50.169.14:9802 and saying that the ip is already use. Whats the possible solution?
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