Skip to content

Instantly share code, notes, and snippets.

@haproxytechblog
Last active March 16, 2023 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haproxytechblog/574656114dbf614451d4cd96ae157c87 to your computer and use it in GitHub Desktop.
Save haproxytechblog/574656114dbf614451d4cd96ae157c87 to your computer and use it in GitHub Desktop.
Exploring the HAProxy Stats Page
frontend stats
mode http
bind *:8404
stats enable
stats uri /stats
stats refresh 10s
stats admin if LOCALHOST
$ echo "disable frontend website" | sudo socat stdio /run/haproxy.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment