diff --git a/scripts/haproxy.sh b/scripts/haproxy.sh index 2991684..26ce980 100644 --- a/scripts/haproxy.sh +++ b/scripts/haproxy.sh @@ -98,6 +98,16 @@ global group haproxy daemon +listen haproxy-stats + bind 0.0.0.0:9090 + mode http + stats enable + stats uri /stats + stats auth admin:Admin@123 + stats refresh 30s + stats show-node + stats show-legends + defaults mode tcp log global