From 257352a4d11eba394ecee21a73598e6a66a80aca Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sat, 10 Dec 2022 11:50:13 +0100 Subject: [PATCH] updated haproxy state --- states/haproxy/templates/haproxy.cfg.j2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/states/haproxy/templates/haproxy.cfg.j2 b/states/haproxy/templates/haproxy.cfg.j2 index bd63c30..f76d6ae 100644 --- a/states/haproxy/templates/haproxy.cfg.j2 +++ b/states/haproxy/templates/haproxy.cfg.j2 @@ -49,12 +49,11 @@ backend admin mode http stats enable - #stats hide-version stats admin if TRUE - #stats refresh 5s + stats refresh 10s stats show-modules stats show-legends - stats uri / + stats uri /server-status {%- endmacro -%} {%- macro api() -%}