Skip to content

Instantly share code, notes, and snippets.

@BartKrol
Last active February 9, 2016 11:05
Show Gist options
  • Save BartKrol/eaf4857e8f4a9d2ee749 to your computer and use it in GitHub Desktop.
Save BartKrol/eaf4857e8f4a9d2ee749 to your computer and use it in GitHub Desktop.
HAProxy Stats
frontend http-in
bind *:8000
(...)
stats enable
stats hide-version
stats realm Haproxy\ Statistics
stats uri /haproxy?stats
stats auth Username:Password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment