aboutsummaryrefslogtreecommitdiff
path: root/terraform/telegraf/conflatorio/templates/telegraf.conf
diff options
context:
space:
mode:
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"