]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: checks: Properly handle email alerts in trace messages
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Jun 2022 07:12:58 +0000 (09:12 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Jun 2022 13:28:38 +0000 (15:28 +0200)
commit4f1825c5dba44f1c0df5aa22dd96b937a70b4d29
tree68553ec15d1f306ccb112e5afeb6cd176c31a9ba
parente3b257479652bf148944571e8aca7beafd5afd65
BUG/MINOR: checks: Properly handle email alerts in trace messages

There is no server for email alerts. So the trace messages must be adapted
to handle this case. Information related to the server are now skipped for
email alerts and "[EMAIL]" prefix is used.

This patch must be backported as far as 2.4.
src/check.c