Forum Discussion

Sajan_Mania_381's avatar
Sajan_Mania_381
Icon for Altostratus rankAltostratus
Jan 23, 2019

What is the command to test http Monitor with GET and recv string ?

How can we test/confirm the services on the back-end server if below Monitor is applied on the VIP .

ltm monitor http http_Check { adaptive disabled defaults-from http destination : interval 5 ip-dscp 0 recv GOOD recv-disable none send "GET /CheckSys/CheckSys.aspx" time-until-up 0 timeout 16

Regards , 
Sajan

1 Reply

  • You can use

    curl
    command from the bash shell to confirm the response from each pool member e.g.

    curl -v http:///CheckSys/CheckSys.aspx