aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/windows/telegraf-coin.conf
blob: 9a4d22e82ce236ab21fc26fd54e88c17935bd757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[global_tags]
[agent]
  interval = "10s"
  round_interval = true
  metric_batch_size = 100
  metric_buffer_limit = 10000
  collection_jitter = "0s"
  flush_interval = "10s"
  flush_jitter = "5s"
  precision = ""
  logfile = "C:\\telegraf-coin.log"
  hostname = "$COIN_UNIQUE_JOB_ID"
  omit_hostname = false
[[outputs.influxdb]]
  urls= ["https://qtinfluxdb01.intra.qt.io:8086"]
  insecure_skip_verify = true
  database = "coin_vms"
  skip_database_creation = true
  username = "coin_vms_writer"
  password = "COIN_VMS_WRITER_PASS"
[[inputs.cpu]]
  percpu = true
  totalcpu = true
  collect_cpu_time = false
  report_active = false
[[inputs.disk]]
  ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs"]
[[inputs.diskio]]
[[inputs.kernel]]
[[inputs.mem]]
#[[inputs.processes]]
[[inputs.swap]]
[[inputs.system]]
#[[inputs.kernel_vmstat]]        # linux-only
[[inputs.netstat]]


# Monitor Coin process
[[inputs.procstat]]
  exe = "coin-"
  pid_finder = "native"