]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: stats: the "lastsess" field must appear last in the CSV.
authorWilly Tarreau <w@1wt.eu>
Mon, 10 Feb 2014 21:22:49 +0000 (22:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 10 Feb 2014 21:22:49 +0000 (22:22 +0100)
commitf522f3d291514c2555c716b834f585cc77803ad2
tree6940f3b95e7913f977eeb5b9d96fccfc30a7e89f
parentbc233dd82b86cb63a9f4b35bc300301c4d247e59
BUG/MEDIUM: stats: the "lastsess" field must appear last in the CSV.

It happens that latest change broke some monitoring tools which expect the
field to be found at the same position as indicated in the doc. Let's move
it to the last column instead.
doc/configuration.txt
src/dumpstats.c