]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: support the "up" output modifier for "show stat"
authorWilly Tarreau <w@1wt.eu>
Fri, 23 Oct 2020 15:19:48 +0000 (17:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Oct 2020 16:11:24 +0000 (18:11 +0200)
commit65141ffc4f2ad51484abf9a7635113ba5f080d19
treecfdc024a78ee7631efd5a3e37a251c3d1edb5a13
parent670119955bde36907a0695d1682eae22ed19815e
MINOR: stats: support the "up" output modifier for "show stat"

We already had it on the HTTP interface but it was not accessible on the
CLI. It can be very convenient to hide servers which are down, do not
resolve, or are in maintenance.
doc/management.txt
src/stats.c