Forum Discussion

Arichandran_317's avatar
Arichandran_317
Icon for Nimbostratus rankNimbostratus
Apr 26, 2017

how to configure health monitor " send string " for this http://abc.com:9080/

Need to monitor the server thru send string since in this server there are multiple application running.

 

1 Reply

  • Hi,

    the monitor send string can be:

    GET / HTTP/1.1\r\nHost: abc.com:9080\r\nConnection: Close\r\n\r\n
    

    If you want to monitor other apps (ex http://abc.com:9080/app1) monitor is

    GET /app1 HTTP/1.1\r\nHost: abc.com:9080\r\nConnection: Close\r\n\r\n
    

    then, create one pool for each app and use a LTM policy to assign pool for each one.