Skip to content

Telegraf

Homepage | Repository

Tags: Monitoring

Telegraf is an agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.

inventories/homelab/group_vars/homelab.yml
telegraf_enabled: true

By default, Telegraf can be accessed at http://[your_server_ip]:9273 or https://telegraf.[your_domain].com if you have DNS access configured.

See the default configuration options for Telegraf at roles/telegraf/defaults/main.yml. Add any overrides to your inventories/[your_inventory]/group_vars/homelab.yml file.