diff --git a/templates/telegraf.conf.j2 b/templates/telegraf.conf.j2 index 171192f..accd7e9 100644 --- a/templates/telegraf.conf.j2 +++ b/templates/telegraf.conf.j2 @@ -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"