Forum Discussion

VFB's avatar
VFB
Icon for Cirrus rankCirrus
Nov 21, 2016

External URL health monitor with redirect

I've been trying to figure out how to set up a health monitor with an external URL with 302/307 redirect, but have been unsuccessful. An example of what I'm looking for is

 

VIP configured to host Health Monitor configured to check http://yahoo.com:8000 and expecting 200, 302 and 307 return codes

 

1 Reply

  • What do you have set up as of now ? Providing the configuration would be of help.

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

    Use alias service port as 8000 in the monitor.

    Response can be (200|302|307)