Forum Discussion

Paul_E__144936's avatar
Paul_E__144936
Icon for Nimbostratus rankNimbostratus
Feb 20, 2014
Solved

Connection Draining based upon Health Monitoring?

I have an application that has a special URL which returns the server's health state, and I'm working with our load balancing team, who is configuring the F5 for me, and they are having trouble with ...
  • Mui_64918's avatar
    Feb 20, 2014

    There is an option called "recv disable" string which if received will disable the member.

     

    From the monitor configuration monitor monwebserver { defaults from https recv disable "MAINTENANCE" recv "PASS" send "GET / HTTP/1.1\r\nHost: abc.com\r\nConnection: close\r\n\r\n } This will disable the member if MAINTENANCE is received and will enable it if PASS is received. when its disabled it will allow existing connections.