diff --git a/templates/etc/haproxy/haproxy-frontend.cfg.j2 b/templates/etc/haproxy/haproxy-frontend.cfg.j2 index 7d900cf..703d947 100644 --- a/templates/etc/haproxy/haproxy-frontend.cfg.j2 +++ b/templates/etc/haproxy/haproxy-frontend.cfg.j2 @@ -44,6 +44,9 @@ frontend {{ name }} acl {{ acl }} {% endfor %} {% endif %} + {% if value.monitor_fail is defined %} + monitor fail {{ value.monitor_fail }} + {% endif %} {% if value.monitor_uri is defined %} monitor-uri {{ value.monitor_uri }} {% endif %}