Results 1 to 1 of 1
On my HAProxy box, I have in the config file, a couple lines to keep stats thru the web interface...
stats enable
stats auth <username>:<password>
not literally but with the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-04-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 10
HAProxy and getting stats to report for tcp traffic
On my HAProxy box, I have in the config file, a couple lines to keep stats thru the web interface...
stats enable
stats auth <username>:<password>
not literally but with the actual username and pass in there of course.
This seems to enable http stats, but we are also trying to get stats for tcp. We have several listen sections for our modules... is there something like mode tcp or stats enable for each section that I need to include?


Reply With Quote
