Use full path for socket

This commit is contained in:
Alex 2020-05-31 11:59:36 +02:00
parent 2149916cb5
commit 363015e26c
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 2 additions and 2 deletions

View File

@ -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"