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

ERLomboy_27803's avatar
ERLomboy_27803
Icon for Nimbostratus rankNimbostratus
Sep 02, 2015

Help with Health Monitor

Hi,

 

Can someone help me configure this monitoring? What should be the values for GET and other fields?

 

Health check behavior: HTTP Verb: GET HTTP-200: node available HTTP-503: node failed URL: http:///PRCMD/HealthCheck Poll Frequency: every 10 seconds

 

Thanks!

 

1 Reply

  • This is what we use for a http monitor parent is http Advanced Connfiguration settings: 15 second interval 46 second time out 10 seconds till up

     

    the send string , this format will work replace status.aspx with something that's on you servers that return a 200 response code, replace healthcheck.company.domain.name with a host name your server allows Send String: HEAD /status.aspx HTTP/1.1\nHost: healthcheck.company.domain.name \nConnection: close\n\n Receive string just put a 200 in the receive string box