Forum Discussion

Raju_kavad_2973's avatar
Raju_kavad_2973
Icon for Nimbostratus rankNimbostratus
Oct 18, 2017

LTM monitor curl -i http://10.33.20.129:1990

LTM monitor, user trying as below and get HTTP/1.1 200 OK. can you please help me to create monitor on LTM v 10.x

 

curl -i http://10.33.20.129:1990

HTTP/1.1 200 OK

 

1 Reply

  • Here, change the values wherever needed.

    b monitor application_name_http_monitor '{
       defaults from http
       interval 30
       timeout 91
       recv disable "Server Drain"
       recv "200 OK"
       send "GET / HTTP/1.0\r\nUser-Agent: BigIP Prober\r\nHost: www.url.com\r\nConnection: close\r\n\r\n"
    }'
    

    The below is to list the monitor,

    b monitor application_name_http_monitor list