Forum Discussion
F5 Monitor with special requirement on a Pool
- Mar 11, 2014
Or if you wanted to just keep one virtual server, you could do it by iRule and create three separate pools (app1, app2, and app3), all using the same six nodes with your appropriate monitor:
when HTTP_REQUEST { if { [HTTP::uri] starts_with "/app1" } { pool app1 } if { [HTTP::uri] starts_with "/app2" } { pool app2 } if { [HTTP::uri] starts_with "/app3" } { pool app3 } }
Possibly the easiest way to do this is to create a separate virtual server for each of the three applications. You can use the same pool with all six nodes for each virtual server, but you'll use a custom monitor for each application pool. Is there a specific URI that each application uses that you could test in an HTTP monitor send string?
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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