I see whats happening there, if I make healthcheck monitor request to 8080 frontend , it gets routed to the default web_server. I swapped 80, 8080 ports, now Its working if I make health check request over 80. Is it like, health check url only works for 80 port or something like that?
On Wed, Aug 12, 2015 at 1:51 AM, Pradeep Reddy < [email protected]> wrote: > /haproxy?monitor-uri always returns 200, even if the backend is down > (haproxy logs confirm this), even if the nbsrv condition is set to lt 0. > http://pastie.org/10344720 > > Thanks, > Pradeep >

