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:
parent
7e3134155a
commit
4dda1ed631
9 changed files with 15 additions and 15 deletions
|
|
@ -33,7 +33,7 @@ frontend stats
|
|||
|
||||
backend srv_stats
|
||||
mode http
|
||||
server Local 127.0.0.1:1936
|
||||
server Local 127.0.0.1:1936 check
|
||||
|
||||
frontend dashboard
|
||||
bind *:11936
|
||||
|
|
@ -47,7 +47,7 @@ frontend dashboard
|
|||
|
||||
backend srv_dashboard
|
||||
mode http
|
||||
server Local 127.0.0.1:9190
|
||||
server Local 127.0.0.1:9190 check
|
||||
|
||||
backend certbot_backend
|
||||
mode http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue