Re: relayd http check fix

2018-04-15 Thread Sebastian Benoit
Rivo Nurges(rivo.nur...@smit.ee) on 2018.04.06 10:44:20 +: > Hi! > > ping > > Rivo thanks for reminding me, and thanks for the diff. committed. /Benno > On Wed, 2018-03-28 at 16:56 +, Rivo Nurges wrote: > > Hi! > > > > If relayd http check doesn't get any answer to its http check it

Re: relayd http check fix

2018-04-06 Thread Rivo Nurges
Hi! ping Rivo On Wed, 2018-03-28 at 16:56 +, Rivo Nurges wrote: > Hi! > > If relayd http check doesn't get any answer to its http check it > marks > backend host as up. > > host x.y.z, check http code (2010ms,tcp read timeout), state down -> > up, availability 14.29% > > sample config: >

relayd http check fix

2018-03-28 Thread Rivo Nurges
Hi! If relayd http check doesn't get any answer to its http check it marks backend host as up. host x.y.z, check http code (2010ms,tcp read timeout), state down -> up, availability 14.29% sample config: relay test { listen on x.x.x.x port forward to port check http "/" code 200 }