infra/ansible/roles/telegraf/defaults/main.yml
2026-06-22 16:17:33 -05:00

17 lines
808 B
YAML

---
# Telegraf agent defaults. For Unbound stats on Flatcar resolvers, see
# tofu/flatcar-resolver.bu (Docker-based Telegraf deployed via Butane).
telegraf_interval: "30s"
telegraf_unbound_binary: /usr/sbin/unbound-control
telegraf_prometheus_port: 9273
telegraf_prometheus_listen: "0.0.0.0:{{ telegraf_prometheus_port }}"
# Source network allowed to reach the metrics port.
telegraf_scrape_allow_cidr: "204.110.188.0/22"
# InfluxData package repository (EL/RedHat).
# Use influxdata-archive.key (not _compat): the _compat key's primary expired
# 2026-01-17, while current packages are signed by a 2025 subkey only present
# in this keyring.
telegraf_influxdata_baseurl: "https://repos.influxdata.com/stable/$basearch/main"
telegraf_influxdata_gpgkey: "https://repos.influxdata.com/influxdata-archive.key"