Merge branch 'jenkins-build-18' into 'master'

Auto-merge for build 18

See merge request puppet/haproxy_cd!5
This commit is contained in:
Jenkins
2026-07-20 11:16:41 +00:00

View File

@@ -54,15 +54,24 @@ defaults
timeout check <%= @hy_timeout_check %> timeout check <%= @hy_timeout_check %>
maxconn <%= @hy_maxconn %> maxconn <%= @hy_maxconn %>
listen stats #listen stats
bind 127.0.0.1:8404 # Bind to localhost if only local access is needed # # bind 127.0.0.1:8404 # Bind to localhost if only local access is needed #
mode http # mode http
# stats enable
# stats uri /haproxy?stats
# stats realm Strictly\ Private
# stats auth <%= @hy_stats_auth %>
# stats refresh 30s
# stats admin if TRUE # Allow admin actions if logged in
frontend stats
bind *:8404
option http-use-htx
http-request use-service prometheus-exporter if { path /metrics }
stats enable stats enable
stats uri /haproxy?stats stats uri /stats
stats realm Strictly\ Private stats refresh 10s
stats auth <%= @hy_stats_auth %>
stats refresh 30s
stats admin if TRUE # Allow admin actions if logged in
<% if @hy_manage_be_users == true -%> <% if @hy_manage_be_users == true -%>
<%= @hy_be_userlist %> <%= @hy_be_userlist %>