alirizaaydin7
Nov 19, 2020Altostratus
LTM Health Monitors
Hi team. I want to ask a question about health monitors.
I have a Web site (www.example.com) behind the Load Balancer. I created a health monitor and I wrote send string :
''GET / HTTP/1.1\r\nHost:www.example.com\r\nConnection: Close\r\n\r\n''
I wrote recieve string : HTTP 1.1 200 OK
And application is avaliable. VS is online (green circle)
Then I changed receive string to : ''GET / HTTP/1.1\r\nHost:www.f5lab.com\r\nConnection: Close\r\n\r\n. So I replaced host with an unrelated name.
And application is available again :) VS is online (green circle)
How should we interpret this? Do you know good article or videos about send and recieve string?
Thank you..