Update haproxy input plugin sample configuration

This commit is contained in:
Marko Crnic 2016-05-04 09:22:34 +02:00 committed by Cameron Sparr
parent 7a36695a21
commit 7d49979658
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ var sampleConfig = `
## If no servers are specified, then default to 127.0.0.1:1936
servers = ["http://myhaproxy.com:1936", "http://anotherhaproxy.com:1936"]
## Or you can also use local socket(not work yet)
## servers = ["socket://run/haproxy/admin.sock"]
## Or you can also use local socket
## servers = ["socket:/run/haproxy/admin.sock"]
`
func (r *haproxy) SampleConfig() string {