Forum Discussion
Chris_Olson_172
Feb 23, 2016Altostratus
Why does my health monitor fail?
Created and new http health monitor but as soon as I apply it all servers in the pool are marked down.
ltm monitor http enterprise_heartbeat_mon {
defaults-from http
destination :
in...
- Feb 23, 2016
HTTP/1.1 requires a Host header and your send string does not include one. Try:
send "GET /Enterprise/login.cmdx\r\nHost: host.example.com\r\n\r\n"
Josiah_39459
Historic F5 Account
HTTP/1.1 requires a Host header and your send string does not include one. Try:
send "GET /Enterprise/login.cmdx\r\nHost: host.example.com\r\n\r\n"
Chris_Olson_172
Feb 23, 2016Altostratus
Thank you very much for your insight. It is still failing though. Forgive my ignorance but what is the best way to test the strings from the F5?
ltm monitor http enterprise_heartbeat_mon {
defaults-from http
destination *:*
interval 5
ip-dscp 0
recv 200
send "GET /Enterprise/login.cmdx\r\nHost: nextrelease.sample.com\r\n\r\n"
time-until-up 0
timeout 16
}
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects