mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-04 05:21:21 +02:00
When a server is in maintenance, the check.status is no longer updated. Therefore, we shouldn't consider check.status if the checks are not active. This check was properly implemented in the haproxy_server_check_status metric, but wasn't carried over to backend_agg_check_status, which introduced inconsistencies between the two metrics. [cf: This patch must be backported as far as 2.4]