[PATCH] MINOR: promex: backend aggregated server check status

2021-11-07 Thread William Dauchy
- add new metric: `haproxy_backend_agg_server_check_status` it counts the number of servers matching a specific check status this permits to exclude per server check status as the usage is often to rely on the total. Indeed in large setup having thousands of servers per backend the memory i

Re: [ANNOUNCE] haproxy-2.5-dev13

2021-11-07 Thread Илья Шипицин
as we are close to 2.5, can the following remaining Coverity issues be addressed ? at least I'm aware of possible null pointer deref src/stream_interface.c: insecure data handling suspected by coverity · Issue #1405 · haproxy/haproxy (github.com) s

Re: How to compile with packaged openssl when custom openssl installed?

2021-11-07 Thread Shawn Heisey
On 11/6/2021 3:22 AM, Erwan Le Pape wrote: Try building with SSL_INC=/usr/include and you should be good to build. When running HAProxy you'll have to make sure that the library resolution order is consistent with the library you linked against (ie. /usr/local/lib is searched after /usr/lib) or

Re: How to compile with packaged openssl when custom openssl installed?

2021-11-07 Thread Илья Шипицин
чт, 4 нояб. 2021 г. в 22:31, Shawn Heisey : > On 11/4/21 7:55 AM, Willy Tarreau wrote: > > Normally you just have to specify SSL_INC and SSL_LIB at build time to > > specify the one you want to build with. I'm doing exactly this when I > > want to build with older versions: > > > I tried this. My

Re: [PATCH 4/4] CLEANUP: Re-apply xalloc_size.cocci

2021-11-07 Thread Willy Tarreau
On Sat, Nov 06, 2021 at 03:14:45PM +0100, Tim Duesterhus wrote: > Use a consistent size as the parameter for the *alloc family. Series applied, thanks Tim! Willy