HAProxy with no check status

2021-07-26 Thread Roberto Carna
Dear, I have a HAProxy balancing traffic to several nodes of the same farm. I have not implemented any service/port check in order to monitor node status (Up or Down), so the current node status at the statistics web page is: NO CHECK. backend myapp balance roundrobin option

subscribe

2021-07-26 Thread Roberto Carna

Re: [PATCH] memprof fix OpenBSD build.

2021-07-26 Thread David CARLIER
Ok fair point(s). On Mon, 26 Jul 2021 at 12:04, Willy Tarreau wrote: > > Hi David, > > On Sun, Jul 25, 2021 at 11:07:00AM +0100, David CARLIER wrote: > > +/* OpenBSD does not have anything close to malloc_usable_size, thus > > profiling will be wrong regardless */ > > +#if

Re: [PATCH] memprof fix OpenBSD build.

2021-07-26 Thread Willy Tarreau
Hi David, On Sun, Jul 25, 2021 at 11:07:00AM +0100, David CARLIER wrote: > +/* OpenBSD does not have anything close to malloc_usable_size, thus > profiling will be wrong regardless */ > +#if defined(USE_MEMORY_PROFILING) && defined(__OpenBSD__) > +#undef USE_MEMORY_PROFILING > +#endif I

Re: http-request return bytes_read from v2.3 to v2.4

2021-07-26 Thread William Dauchy
On Mon, Jul 26, 2021 at 8:35 AM Christopher Faulet wrote: > The response size reported in the log messages is related to the internal > representation of the HTTP message. It is a limitation of the current design. > It > means this size is not equal to the raw size of the message and may change

Re: http-request return bytes_read from v2.3 to v2.4

2021-07-26 Thread Christopher Faulet
Le 7/25/21 à 1:26 PM, William Dauchy a écrit : Hello, While upgrading from v2.3.x to v2.4.x I noticed a difference of bytes read in requests http logs with this simple frontend config: frontend foo bind 127.0.0.1:8000 http-request return in v2.3, the logs (%B) tells me 54