]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: wdt: add a stats counter "BlockedTrafficWarnings" in show info
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Nov 2024 17:10:01 +0000 (18:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Nov 2024 17:35:42 +0000 (18:35 +0100)
commit84dd05e7d83eeee4e7b8c64dc656cdd608c78806
tree9ee6a5e1442315bf86fd530516f413f6641ac4ab
parent6127e5a4e9722c1b47f5a9810fd41892b675557b
DEBUG: wdt: add a stats counter "BlockedTrafficWarnings" in show info

Every time a warning is issued about traffic being blocked, let's
increment a global counter so that we can check for this situation
in "show info".
include/haproxy/debug.h
include/haproxy/stats-t.h
src/debug.c
src/stats.c