commit | 1f431b585144e334e7dff13885db9d1663505833 | [log] [tgz] |
---|---|---|
author | willy tarreau <willy@wtap.(none)> | Sun May 21 14:46:15 2006 +0200 |
committer | willy tarreau <willy@wtap.(none)> | Sun May 21 14:46:15 2006 +0200 |
tree | e49b592627701e0f05347865b8116c52657f73e3 | |
parent | fac1a86495697ace9b373d365bf08f234a7b9739 [diff] |
[MEDIUM] the stats dump FSM was buggy and looped on dispatch instances. It has been rewritten and now supports an initialization state. It now also prevents from dumping stopped(disabled) listeners and it is possible to specify a scope with a list of proxies that are allowed to be dumped from the one being configured ('.' meaning "this one"). The 'stats' entry can be configured from the 'defaults' instance and it is correctly flushed from proxies which redefine it.