]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: Add note about "* " prefix in CSV stats
authorDaniel Schneller <ds@danielschneller.de>
Fri, 1 Sep 2017 17:13:55 +0000 (19:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Sep 2017 08:02:41 +0000 (10:02 +0200)
commitb6c8b0db043fb4a67ee826ee5ac2db113ef8ec50
tree37170977e4fb6d70b118d3d7cb5ee7566be97a9d
parent35fe699ec73f769562526eb8279d0cc123f681f4
DOC: Add note about "* " prefix in CSV stats

The check_status field in the CSV stats output is conditionally prefixed
with "* " if a check is currently underway. This can trip tools that
parse the CSV output and compare against a well known list of values.

This commit just adds this bit to the documentation.
doc/management.txt