1
0
Fork 0

Enable health checking for HAProxy backend servers

- Updated HAProxy configuration templates to include `check` for `srv_stats` and `srv_dashboard` backends.
- Adjusted expected test case outputs to account for the added health check settings.
This commit is contained in:
Joao Gilberto Magalhaes 2026-02-22 20:03:12 -05:00
parent 7e3134155a
commit 4dda1ed631
9 changed files with 15 additions and 15 deletions

View file

@ -43,7 +43,7 @@ frontend stats
backend srv_stats
mode http
server Local 127.0.0.1:1937
server Local 127.0.0.1:1937 check
frontend dashboard
bind *:11937
@ -57,7 +57,7 @@ frontend dashboard
backend srv_dashboard
mode http
server Local 127.0.0.1:9190
server Local 127.0.0.1:9190 check
frontend http_in_19901
bind *:19901