Haproxy experts,
I'm unable to get haproxy stats page to work with TCP mode for the backends.
global log 127.0.0.1 local2 chroot /var/lib/haproxy pidfile /var/run/haproxy.pid maxconn 4000 user haproxy group haproxy daemon stats socket /var/lib/haproxy/stats defaults mode tcp log global option httplog option dontlognull option http-server-close option forwardfor except 127.0.0.0/8 option redispatch retries 3 timeout http-request 10s timeout queue 1m timeout connect 10s timeout client 1m timeout server 1m timeout http-keep-alive 10s timeout check 10s maxconn 3000 stats enable stats hide-version stats refresh 30s stats show-node stats auth admin:xxxxxxxxxxxxxxxxx stats uri /haproxy?stats frontend main listen stats bind *:5000 mode tcp default_backend app backend app balance roundrobin #backends server server1 xxx.xxx.xxx.xxx:10222 check server server2 xxx.xxx.xxx.xxx:34013 check