Forum Discussion
Wish_40049
Nimbostratus
Nov 19, 2009HTTP Health Monitor
I have a virtual server with 1 node which has 4 websites. The problem I am having is that because I am using the IP address I can't monitor if the application is up or down. Is there any way to monitor each individual site on the one server?
- The_Bhattman
Nimbostratus
You could set up separate HTTP monitors on a single server or a pool in your case 4. However, keep in mind that since they are attach to one server in a pool, if one monitor fails, out of the rest, the server is marked down for every site.when HTTP_REQUEST { if { [HTTP::host eq "www.app1.com"] and [active_members webpool1] > 0] } { pool webpool1 } elseif { [HTTP::host eq "www.app2.com"] and [active_members webpool2] > 0] } { pool webpool2 } elseif { [HTTP::host eq "www.app3.com"] and [active_members webpool3] > 0] } { pool webpool3 } elseif { [HTTP::host eq "www.app4.com"] and [active_members webpool4] > 0] } { pool webpool4 } }
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