Page MenuHomeVyOS Platform

Enable basic haproxy http-check configuration options
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
Unspecified (please specify)

Event Timeline

Viacheslav changed the task status from Open to In progress.Wed, Apr 17, 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.