infrastructure/roles/telegraf
saibotk e695ba0aa6
telegraf: Disable read-only for now to make it work again
The official image just pushed an update to all tags which sets capabilities on runtime and thus breaks read only environments. Gotta make my own image later.
2021-12-20 01:43:28 +01:00
..
defaults automation: Update telegraf Docker tag to v1.20.4 2021-11-18 01:10:36 +00:00
handlers Fix yamllint issues 2021-03-05 13:02:55 +01:00
meta Fix meta file dependencies reference to docker_compose role 2020-09-26 20:02:46 +02:00
tasks telgraf: Fix config folder permissions 2021-10-29 23:33:21 +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