]> git.kaiwu.me - haproxy.git/commit
MINOR: stats: report BE unpublished status
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 13 Jan 2026 15:24:52 +0000 (16:24 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 15 Jan 2026 08:08:18 +0000 (09:08 +0100)
commit82907d5621bcea189dfb285540c04f0078bd8951
tree89759d4dd1fe07299d9d00ddf646a90c44b58309
parent797ec6ede5b32abf232c36adbb91cfc1f2ccd820
MINOR: stats: report BE unpublished status

A previous patch defines a new proxy status : unpublished backends. This
patch extends this by changing proxy status reported in stats. If
unpublished is set, an extra "(UNPUB)" is added to the field.

Also, HTML stats is also slightly updated. If a backend is up but
unpublished, its status will be reported in orange color.
src/stats-html.c
src/stats-proxy.c