summaryrefslogtreecommitdiffstats
path: root/modules/tick/templates/telegraf.conf
blob: ba307bdaae71ab881fbdb175701091df6b09d65c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[global_tags]
[agent]
  interval = "10s"
  round_interval = true
  metric_batch_size = 1000
  metric_buffer_limit = 10000
  collection_jitter = "0s"
  flush_interval = "10s"
  flush_jitter = "0s"
  precision = ""
  hostname = ""
  omit_hostname = false
[[outputs.influxdb]]
  urls = ["https://influxdb.tozt.net"]
  username = "<%= @influxdb_username %>"
  password = "<%= @influxdb_password %>"