Ajustar a configuração do haproxy.conf
frontend HTTP
bind *:80
use_backend stat if { path -i /stats }
backend stat
bind *:1936
stats hide-version
stats enable
stats uri /stats
stats refresh 30s
stats show-legends
stats show-node
stats auth admin:password
Para verificar o status do HAProxy acesse
http://<IP_SERVER>:1936
login: admin
senha: password
Também é possivel visualizar em modo texto através do comendo:
# apt-get install hatop
# hatop -s /run/haproxy/info.sock