Forum Discussion
AngryCat_52750
Mar 29, 2012Nimbostratus
irule or other - soap http-response solution??
We currently have a web server making a SOAP service call to a VS on the F5 and that gets sent to a pair of application servers. Currently the VS is set to listen on tcp port 7333 and the health mo...
AngryCat_52750
Apr 12, 2012Nimbostratus
thanks for the help guys.. we are planning to implement your suggestion.. we are keeping the health monitor as a simple tcp 7333 monitor but creating an irule to catch the 404 and 500 responses..
something like this would work right..
when HTTP_REQUEST {
set host [HTTP::host]
set uri [HTTP::uri] }
when HTTP_RESPONSE {
if { [HTTP::status] == 404 or [HTTP::status] == 500 } {
log local0. "Server [IP::server_addr] sent [HTTP::status] for $host $uri"
}
}
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