aboutsummaryrefslogtreecommitdiff
path: root/terraform/telegraf/conflatorio/templates/telegraf.conf
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2023-10-30 19:36:54 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2023-10-31 12:15:56 +0100
commitc7d942c02b034ce339bdb554e61410d3faa7f5c8 (patch)
treea2ba9cd1e075d36c48632c30f2525a16e3328621 /terraform/telegraf/conflatorio/templates/telegraf.conf
parent3a7734b21b69ae533fa069f0dfa8d7e98222d159 (diff)
downloadinfra-c7d942c02b034ce339bdb554e61410d3faa7f5c8.tar.gz
infra-c7d942c02b034ce339bdb554e61410d3faa7f5c8.tar.bz2
infra-c7d942c02b034ce339bdb554e61410d3faa7f5c8.tar.xz
infra-c7d942c02b034ce339bdb554e61410d3faa7f5c8.zip
telegraf-os: Making module.
Diffstat (limited to 'terraform/telegraf/conflatorio/templates/telegraf.conf')
-rw-r--r--terraform/telegraf/conflatorio/templates/telegraf.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/terraform/telegraf/conflatorio/templates/telegraf.conf b/terraform/telegraf/conflatorio/templates/telegraf.conf
deleted file mode 100644
index 369bd7b..0000000
--- a/terraform/telegraf/conflatorio/templates/telegraf.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-[agent]
- hostname = "{{ inventory_hostname }}"
- omit_hostname = false
-
-[[outputs.influxdb_v2]]
- urls = ["${INFLUX_URL}"]
- token = "${INFLUX_TOKEN}"
- organization = "${INFLUX_ORGANIZATION}"
- bucket = "${INFLUX_BUCKET}"
-
-[[inputs.disk]]
- ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs"]
- mount_points = ["/"]
-
-[[inputs.mem]]
-[[inputs.net]]
-[[inputs.wireguard]]
-
-[[inputs.docker]]
- endpoint = "unix:///var/run/docker.sock"