Forum Discussion

mpfeifer_63884's avatar
mpfeifer_63884
Icon for Nimbostratus rankNimbostratus
Dec 10, 2009

UserAgent string for Healthmonitor

Hi. I couldn't find any information about this, so I am asking here.

 

Is there a way to set a UserAgent-string for the Healthmonitor itself? I'd like to exclude the Healthmonitor-checks from being rewritten/redirected by Apache.

 

 

Thanks.

 

Markus

1 Reply

  • Hi Markus,

     

     

    You can specify any arbitrary HTTP header in the HTTP(S) monitor send string:

     

     

    GET /monitor.html?param=value HTTP/1.1\r\nHost: \r\nConnection: Close\r\nUser-Agent: my user agent string\r\nMy_Custom_Header_Name: custom value

     

     

    Aaron