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