Forum Discussion

ClaudeM_303043's avatar
ClaudeM_303043
Icon for Nimbostratus rankNimbostratus
Jul 18, 2017

Configuring custom health check (send string)

I need to configure custom health monitors (http & https) and I'm stuck at configuring the Send string. I have it configured to go to and receive "yes".

 

When I configured the Send string I used the following which isn't working; GET /sso.companyname/sortingpen/sortingpen.aspx\r\n

 

I've tried multiple variations and nothing is working.

 

Thanks in advance for your help!!

 

2 Replies

  • Try

    GET /sortingpen/sortingpen.aspx\r\n\r\n
    as long as the pool member(s) accept the HTTP/0.9 protocol level.

    Article K2167 has further details on constructing well-formed SEND strings.

  • P_K's avatar
    P_K
    Icon for Altostratus rankAltostratus

    did you try this?

    GET /sortingpen/sortingpen.aspx HTTP/1.1\r\nHost: sso.companyname.com\r\nConnection: Close\r\n