Re: [LUA] statistics aggregation

2015-11-16 Thread Baptiste
On Mon, Nov 16, 2015 at 1:25 PM, Thierry FOURNIER wrote: > Hi list, > > There are first useful Lua scripts: > >http://www.arpalert.org/haproxy-scripts.html > > One of these allows the aggregation of the statistics of many HAProxy > instances. It permits to redistribute the data in CSV format v

[LUA] statistics aggregation

2015-11-16 Thread Thierry FOURNIER
Hi list, There are first useful Lua scripts: http://www.arpalert.org/haproxy-scripts.html One of these allows the aggregation of the statistics of many HAProxy instances. It permits to redistribute the data in CSV format via HTTP, or reuse the aggregated value throught sample fetches. Thierr