Forum Discussion
Monitor help
We are on version 9.4.8. We came from version 4.6.4. In 4.6.4, we had custom monitors set up of which we lost in the upgrade that would monitor our web application. I have setup a custom monitor to do this, but the bigip keeps marking the node member as down.
My monitor:
Send String: Get /somepage.asp
Receieve String: HTTP/1.1 200 OK
I got the receive string from doing a fiddler trace and reviewing what is returned. Perhaps this is wrong, but I am at a loss as to what I am doing wrong. It seems like it should be really simple. Thanks for any help!
4 Replies
This had always worked in my projects.
- AlexS_yb
Cirrocumulus
Seems to be working I will need to go back and check out what happened before
Any way for the record.
in HTTP_REQUEST
"/xxxx/1.0/*" {
if { [HTTP::header "clientless-mode"] equals "1" } {
log local0. "set flags for [HTTP::path]"
set clmodeflag 1
set unAuthFlag 1
}don't forget to set those to 0 at the start of any request
1 that clientless-mode is set
1 flag to say send 401 instead of 302
then
when HTTP_RESPONSE_RELEASE {
if { ( [HTTP::status] == 302) && ( $clmodeflag == 1 ) && ( $unAuthFlag == 1 ) } {
# want to send 401 instead of 302
HTTP::respond 401
}}
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