From 785616393557c4e3f616287de81b61a68ba177ac Mon Sep 17 00:00:00 2001 From: Nicolas Vollmar Date: Wed, 17 Apr 2024 11:14:11 +0200 Subject: T6246: adds basic haproxy http-check configuration --- .../load-balancing_reverse-proxy.xml.in | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'interface-definitions') diff --git a/interface-definitions/load-balancing_reverse-proxy.xml.in b/interface-definitions/load-balancing_reverse-proxy.xml.in index 49d1d858e..645fe30c7 100644 --- a/interface-definitions/load-balancing_reverse-proxy.xml.in +++ b/interface-definitions/load-balancing_reverse-proxy.xml.in @@ -102,6 +102,39 @@ + + + HTTP check configuration + + + + + HTTP method used for health check + + options|get|post|put + HTTP method used for health checking + + + options|get|post|put + + + + + + URI used for HTTP health check (Example: '/' or '/health') + + + + + Expected response for the health check to pass + + txt + expected response (Example: 'status 200-299' or 'string success') + + + + + #include -- cgit v1.2.3