Forum Discussion

ArtRst_137283's avatar
ArtRst_137283
Icon for Nimbostratus rankNimbostratus
Nov 07, 2013
Solved

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...
  • Kevin_K_51432's avatar
    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