infrastructure/roles/telegraf
2023-02-14 01:04:43 +00:00
..
defaults automation: Update telegraf Docker tag to v1.25.2 2023-02-14 01:04:43 +00:00
handlers Use FQCN in all tasks 2022-08-13 17:50:54 +02:00
meta ansible-lint: Fix various new issues 2022-11-02 21:57:13 +01:00
tasks Use FQCN in all tasks 2022-08-13 17:50:54 +02:00
templates telegraf: Disable read-only for now to make it work again 2021-12-20 01:43:28 +01:00
README.md Initial commit 2020-08-10 01:37:13 +02:00

Telegraf

This will setup a Telegraf container using their official docker container to monitor the system.

Requirements

You will need to have docker and docker-compose installed or declared as dependencies with their respective roles.

Role Variables

Please look at the defaults/main.yml for all available variables and their description.

Note: Lines that are commented out via # are usually still valid/used variables, but they are not defined by default, so they might enable a feature, when uncommenting/defining them!

Dependencies

  • docker
  • docker-compose

License

GPL-3.0-only