Page MenuHomeVyOS Platform

Add support for server health checks to reverse proxy
Closed, ResolvedPublicFEATURE REQUEST

Description

It would be very useful to be able to configure http-check options for backend like

backend webservers
  option httpchk
  http-check send meth GET  uri /health
  server server1 192.168.50.2:80 check
  server server2 192.168.50.3:80 check
  server server3 192.168.50.4:80 check

(see https://www.haproxy.com/blog/how-to-enable-health-checks-in-haproxy)

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Improvement (missing useful functionality)

Event Timeline

Viacheslav changed the task status from Open to In progress.Apr 17 2024, 12:38 PM
Viacheslav assigned this task to nvollmar.
Viacheslav triaged this task as Wishlist priority.
dmbaturin changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.
dmbaturin renamed this task from Enable basic haproxy http-check configuration options to Add support for server health checks to reverse proxy.Sat, May 11, 6:55 PM
dmbaturin removed a project: VyOS 1.5 Circinus.
dmbaturin changed Issue type from Unspecified (please specify) to Improvement (missing useful functionality).