Forum Discussion

Pete_Paiva_7147's avatar
Pete_Paiva_7147
Icon for Nimbostratus rankNimbostratus
May 21, 2014

Health Montior Configuration Question - Include a different hostname

Hi all,

 

Need some assistance with creating a health monitor that specifies the host name. I'm looking to use the following send string: GET /UI/Content/Secure/IWALogin.aspx HTTP/1.0\n but want it to check again a different host name ex: host.domain.com.

 

Can someone help me with the syntax for such a check?

 

Thanks, Pete

 

5 Replies

  • It should look something like this (use HTTP/1.1):

     

    GET /UI/Content/Secure/IWALogin.aspx HTTP/1.1\r\nHost: host.domain.com\r\nConnection: Close\r\n

     

  • Hi Cory,

     

    I just tried adding the text above but I get the following error:

     

    Value may not contain literal newline characters.

     

  • Looks like you may have hit enter before your host name. Keep it all on the same line and it should work.