Ansible_PUBLIC/repo/telegraf_settings

17 lines
258 B
Text
Raw Normal View History

2020-03-13 20:05:35 +01:00
telegraf now installed, edit /etc/telegraf/telegraf.conf adding:
[[outputs.influxdb]]
urls = ["http://SERVER:PORT"]
database = "DB"
username = "USER"
password = "PASS"
and restart it
just
cat repo/telegraf_settings
for all the info not garbled