Re: [PATCH] proto_uxst rework -> SNMP support

From: Willy Tarreau <w#1wt.eu>
Date: Tue, 4 Mar 2008 06:57:34 +0100


On Sun, Mar 02, 2008 at 02:56:58AM +0100, Krzysztof Oledzki wrote:
> >From d3e87176ce9811d657b3918ac7172881039dc619 Mon Sep 17 00:00:00 2001
> From: Krzysztof Piotr Oledzki <ole#ans.pl>
> Date: Sun, 2 Mar 2008 02:42:14 +0100
> Subject: [MAJOR] proto_uxst rework -> SNMP support
>
> Currently there is a ~16KB limit for a data size passed via unix socket.
> It is caused by a trivial bug ttat is going to fixed soon, however
> in most cases there is no need to dump a full stats.
>
> This patch makes possible to select a scope of dumped data by extending
> current "show stat" to "show stat [<iid> <type> <sid>]":
> - iid is a proxy id, -1 to dump all proxies
> - type selects type of dumpable objects: 1 for frontend, 2 for backend, 4 for
> server, -1 for all types. Values can be ORed, for example:
> 1+2=3 -> frontend+backend.
> 1+2+4=7 -> frontend+backend+server.
> - sid is a service id, -1 to dump everything from the selected proxy.

Everything looks good, I've applied it and pushed it so you can resync. Unless I missed something, all your pending patches have been merged now. I'll be able to work on fixing this stupid 16kB limit on the unix socket now.

Thanks!
Willy Received on 2008/03/04 06:57

This archive was generated by hypermail 2.2.0 : 2008/03/04 07:00 CET