]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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)
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

index 03295f38cd1e4333af21bbfa35f7eaf162aa3b95..27f86dbc8ce075acdab3630ecf50b21ac81e8416 100644 (file)
@@ -1002,6 +1002,8 @@ S (Servers).
         L7TOUT  -> layer 7 (HTTP/SMTP) timeout
         L7RSP   -> layer 7 invalid response - protocol error
         L7STS   -> layer 7 response error, for example HTTP 5xx
+     Notice: If a check is currently running, the last known status will be
+     reported, prefixed with "* ". e. g. "* L7OK".
  37. check_code [...S]: layer5-7 code, if available
  38. check_duration [...S]: time in ms took to finish last health check
  39. hrsp_1xx [.FBS]: http responses with 1xx code