Forum Discussion

Samit_jadhav_33's avatar
Samit_jadhav_33
Icon for Nimbostratus rankNimbostratus
Feb 15, 2018

Probe query

Client has configured IsAvailable":true in the web server. He wants https health probe to be configured on ltm so that the probe should query IsAvailable":true to the server.Also the expect status should be set as 200 304

 

Could somebody share the send & recieve string to be set on the probe.. Thanks!

 

1 Reply

  • Send string: GET /whatever_you_are_checking HTTP/1.1\r\nHost: hostname\n\rConnection: Close\r\n\r\n

     

    whatever_you_are_checking can be something like /control/healthcheck?serverid=1 or /healthcheck, these arejust examples.

     

    hostname is your hostname like

     

    receive string, if you only need 200 and 304 you can add HTTP\/1.1\s[200|304]