Skip to content

Commit

Permalink
haproxy/README: make quotes consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Crnic committed Sep 8, 2016
1 parent 97c26d2 commit ff2c448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/haproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```toml
# SampleConfig
[[inputs.haproxy]]
servers = ["http://1.2.3.4/haproxy?stats", '/var/run/haproxy*.sock']
servers = ["http://1.2.3.4/haproxy?stats", "/var/run/haproxy*.sock"]
```

Server addresses need to explicitly start with 'http' if you wish to use HAproxy status page. Otherwise, address will be assumed to be an UNIX socket and protocol (if present) will be discarded.
Expand Down

0 comments on commit ff2c448

Please sign in to comment.