Forum Discussion

amalhotra_6478's avatar
amalhotra_6478
Icon for Nimbostratus rankNimbostratus
Mar 09, 2016

http health monitor

Hi I am working to build a l7 http health monitor with receive string as OK.

 

send string is GET / HTTP/1.1\r\nHost: host.domain.com\r\nConnection: Close\r\n\r\n (as per version ltm 10.2)

 

Before applying I was testing a pool member via linux server and I am not getting http 200 OK in response. Is something I am missing here in testing. Thanks for all help

 

server:~$ telnet 1.1.1.1 7003 Escape character is '^]'. GET / HTTP/1.1 Host: 1.1.1.1 Connection: close

 

HTTP/1.1 404 Not Found Connection: close Date: Wed, 09 Mar 2016 14:11:43 GMT Content-Length: 1164 Content-Type: text/html; charset=UTF-8

 

 

 

 

Error 404--Not Found

 

From RFC 2068 Hypertext Tran sfer Protocol -- HTTP/1.1: 10.4.5 404 Not Found The server has not found anything matching the Request -URI. No indication is given of whether the condition is temporary or permanent. If the server does not wish to make this information available to the client, the status co de 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is per manently unavailable and has no forwarding address.

 

Connection closed by foreign host.