Use full path for socket
This commit is contained in:
parent
2149916cb5
commit
363015e26c
|
@ -56,8 +56,8 @@
|
|||
address = "{{ telegraf.inputs.postgresql.address }}"
|
||||
ignored_databases = ["template0", "template1"]
|
||||
|
||||
#[[inputs.haproxy]]
|
||||
# servers = ["socket:/haproxy/haproxy.sock"]
|
||||
[[inputs.haproxy]]
|
||||
servers = ["socket:/run/haproxy/haproxy-stats.sock"]
|
||||
|
||||
[[inputs.unbound]]
|
||||
server = "localhost:8953"
|
||||
|
|
Reference in New Issue