For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

VGF5's avatar
VGF5
Icon for Cumulonimbus rankCumulonimbus
Jun 01, 2017

Pool Members down with custom monitor

Hi,

 

When I am adding custom monitor pool members are going down.But if I add basic https monitor servers going up.

 

I am using : Send String as GET \"/main/system/webdev_staging/SCADA/getTagValue?tagPath=Gateway/Maintenance%20Mode HTTP/1.0 \r\n\r\n\" Receive String false Receive Disable String true But when I am using is working.

 

What are the changes I need to do ?

 

2 Replies

  • Shri@,

     

    What are the result when you request directly to member?

     

    I note that you are wrote:

     

    Receive String: false

     

    Receive Disable String: true

     

    If you mean that "true" and "false" are only possible values from query result, it will cause (UP/Disabled) to members when "true".

     

    See: https://support.f5.com/csp/article/K12818

     

    Regards.

     

  • Hi, I apologize, but i gave you mistakes. Please, try this with HTTP/1.1 and host name. It should makes the job.

    Send string: GET /main/system/webdev_staging/SCADA/getTagValue?tagPath=Gateway/Maintenance%20Mode HTTP/1.1\r\nHost: somehostvaluehere\r\nConnection: close\r\n\r\n
    Receive string: false
    Receive disable string: true