diff --git a/plugins/inputs/haproxy/haproxy.go b/plugins/inputs/haproxy/haproxy.go index 0db3dbb59..d3f3d0696 100644 --- a/plugins/inputs/haproxy/haproxy.go +++ b/plugins/inputs/haproxy/haproxy.go @@ -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 {