Merge pull request #283 from AJNOURI/master

[gns3/haproxy]: Add stats section to the default configuration
This commit is contained in:
Jeremy Grossmann 2017-11-01 10:57:00 +07:00 committed by GitHub
commit b71e2cb4a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,3 +44,12 @@ backend app
server app1 192.168.41.1:80 check
server app2 192.168.41.2:80 check
server app3 192.168.41.3:80 check
#---------------------------------------------------------------------
# Monitoring stats
#---------------------------------------------------------------------
listen stats
bind *:1234
stats enable
stats uri /
stats hide-version