telegraf_settings 258 B

12345678910111213141516
  1. telegraf now installed, edit /etc/telegraf/telegraf.conf adding:
  2. [[outputs.influxdb]]
  3. urls = ["http://SERVER:PORT"]
  4. database = "DB"
  5. username = "USER"
  6. password = "PASS"
  7. and restart it
  8. just
  9. cat repo/telegraf_settings
  10. for all the info not garbled