Forum Discussion
http monitor
in http monitor,no send get request,Only send TCP to set up the connections and release the connections,what should i do?
6 Replies
- THi
Nimbostratus
If you need only check the http port (eg port 80) you can use tcp os tcp half open monitor.
Hi,
You should only configure an http monitor with default settings. That's it.
- 235
Nimbostratus
I use tcp monitor and POOL is good, but I use default http monitor,POOL is down.After I capture,F5 is not send get request.
Ok, so you need to configure have a send string at least with something similar to below code :
GET / HTTP/1.1\\r\\nHost:www.example.com\\r\\nConnection:Close\\r\\n\\r\\n
- THi
Nimbostratus
If pool is down, then possibly the HTTP monitor is not getting response (times out) or the server is sending a reset. The default HTTP monitor is sending an HTTP 0.9 request. It might be that your server is not accepting it, but only HTTP 1.0 or 1.1 requests.
For HTTP monitor string guidance, see SOL2167: Constructing HTTP requests for use with the HTTP or HTTPS application health monitor.
- 235
Nimbostratus
@Yann Desmarest,thank you I use this "GET / HTTP/1.1\r\****\r\nConnection:Close\r\n\r\n",but it is not OK.I use "HTTP/1.0",it is OK,I do not know why. In addition,thank you for all the people above.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com