Re: Backend Server UP/Down Debugging?

2009-08-31 Thread Dmitry Sivachenko
On Sun, Aug 30, 2009 at 04:58:16PM +0200, Krzysztof Oledzki wrote: On Sun, 30 Aug 2009, Willy Tarreau wrote: On Sun, Aug 30, 2009 at 04:18:58PM +0200, Krzysztof Oledzki wrote: I think you wanted to put HCHK_STATUS_L57OK here, not OKD since we're in the 2xx/3xx state and not 404

Re: Backend Server UP/Down Debugging?

2009-08-30 Thread Krzysztof Oledzki
On Thu, 27 Aug 2009, Dmitry Sivachenko wrote: On Thu, Aug 27, 2009 at 08:45:23AM +0200, Krzysztof Oledzki wrote: On Wed, Aug 26, 2009 at 02:00:42PM -0700, Jonah Horowitz wrote: I???m watching my servers on the back end and occasionally they flap. I???m wondering if there is a way to see

Re: Backend Server UP/Down Debugging?

2009-08-30 Thread Willy Tarreau
Hi Krzysztof, On Sun, Aug 30, 2009 at 02:21:55PM +0200, Krzysztof Oledzki wrote: Please check the attached patch. This code is far from being ready for inclusion, however I cleaned it and ported to 1.4-dev2, so it should work for you. This is a really nice work. I'm eseing a few FIXMEs

Re: Backend Server UP/Down Debugging?

2009-08-30 Thread Krzysztof Oledzki
On Sun, 30 Aug 2009, Willy Tarreau wrote: Hi Krzysztof, Hi Willy, On Sun, Aug 30, 2009 at 02:21:55PM +0200, Krzysztof Oledzki wrote: Please check the attached patch. This code is far from being ready for inclusion, however I cleaned it and ported to 1.4-dev2, so it should work for you.

Re: Backend Server UP/Down Debugging?

2009-08-27 Thread Krzysztof Oledzki
On Thu, 27 Aug 2009, Willy Tarreau wrote: Hi, Hi, On Wed, Aug 26, 2009 at 02:00:42PM -0700, Jonah Horowitz wrote: I???m watching my servers on the back end and occasionally they flap. I???m wondering if there is a way to see why they are taken out of service. I???d like to see the

Re: Backend Server UP/Down Debugging?

2009-08-27 Thread Willy Tarreau
Hi Krzysztof, glad to get news from you ! On Thu, Aug 27, 2009 at 08:45:23AM +0200, Krzysztof Oledzki wrote: (...) right now it's not archived. I would like to keep a local copy of the last request sent and response received which caused a state change, but that's not implemented yet. I

Backend Server UP/Down Debugging?

2009-08-26 Thread Jonah Horowitz
I’m watching my servers on the back end and occasionally they flap. I’m wondering if there is a way to see why they are taken out of service. I’d like to see the actual response, or at least a HTTP status code. Jonah Horowitz · Monitoring Manager · jhorow...@looksmart.net

Re: Backend Server UP/Down Debugging?

2009-08-26 Thread Willy Tarreau
Hi, On Wed, Aug 26, 2009 at 02:00:42PM -0700, Jonah Horowitz wrote: I???m watching my servers on the back end and occasionally they flap. I???m wondering if there is a way to see why they are taken out of service. I???d like to see the actual response, or at least a HTTP status code.