Skip to content
Snippets Groups Projects
Commit fe713dba authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Telegraf: activate influxdb input plugin"

parents 7eacf5da bfecaf38
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
[[inputs.disk]] [[inputs.disk]]
ignore_fs = ["tmpfs", "devtmpfs"] ignore_fs = ["tmpfs", "devtmpfs"]
[[inputs.diskio]] [[inputs.diskio]]
[[inputs.influxdb]]
urls = [{% for host in groups['influxdb'] %}"{{ influxdb_proto }}://{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address']}}:{{ influxdb_http_port }}/debug/vars"{% if not loop.last %},{% endif %}{% endfor %}]
[[inputs.kernel]] [[inputs.kernel]]
[[inputs.mem]] [[inputs.mem]]
[[inputs.processes]] [[inputs.processes]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment