Forum Discussion

RazaAhmed's avatar
RazaAhmed
Icon for Nimbostratus rankNimbostratus
Apr 01, 2015

custom send string

I have a bash script that monitor a service that I like to convert to F5 health monitor send/receive string.

 

send string:

 

curl -sL -w "%{http_code}\n" "" -o /dev/null

 

Receive string: 200

 

How do I convert this to F5 Send/Receive string.

 

3 Replies

  • Hi Raza ,

     

    have you considered of using External monitor available with F5 BIGIP .

     

    Regards

     

  • send: GET /mypage HTTP/1.1\r\nHost: hostname.com\r\nConnection:Close
    recv: 200
    

    The pool member should be configured with 7003 port.

  • If you just need to convert to f5 health monitor

     

    send , recv will be same , you will create monitor and apply this to pool .

     

    i think you will be configuring the pool member with port 7003