Forum Discussion
ArtRst_137283
Nov 07, 2013Nimbostratus
Configuring Monitors on F5 LTM
I am fairly new to F5 and trying to set monitors for my SharePoint farm ,
I tried creating HTTP monitor , its just basic HTML file with "Up" text in it ... What I am trying to achieve is , if I chan...
- Nov 07, 2013
Ah, the host header is required by most web-servers. We'll try again:
telnet 10.10.10.1 80 Then type GET /_layouts/images/filename.html HTTP/1.1 Enter once HOST: server domain Enter twice
Thomas_Gobet
Nov 08, 2013Nimbostratus
Here is your little mistake :
GET /http://server:port/_layouts/images/filename.html HTTP/1.1\r\n
You're asking your monitor to reach /http://... on your web server. This page cannot exist.
What you have to write into your send string is just :
GET /_layouts/images/filename.html \r\n
It should work with it.
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