Forum Discussion
Dennis_40955
Nimbostratus
Jun 08, 2017The http monitor check failed
I have a pool, the pool which has two pool member, I use the http monitor check pool member. The result is a failure.
note:The two pool members share a http monitor
for example:
pool m...
Samir_Jha_52506
Noctilucent
Jun 08, 2017Try below String
GET / HTTP/1.1\r\nHost: \r\nConnection: Close\r\n\r\n
Receive String : 200
Or Simple http monitor
Send String: GET / HTTP/1.0\n\n\r\n
Receive String : 200