mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-04-24 13:05:39 +00:00
Merge pull request #283 from AJNOURI/master
[gns3/haproxy]: Add stats section to the default configuration
This commit is contained in:
commit
b71e2cb4a0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user