mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Use yum repository to install telegraf on RedHat family
The role does not use a direct download of the rpm package but use the yum repository for InfluxData products as it is advised in the current documentation for installation. https://docs.influxdata.com/telegraf/v1.2/introduction/installation/
This commit is contained in:
@ -24,7 +24,6 @@ Role Variables
|
||||
The following parameters can be set for the Telegraf agent:
|
||||
|
||||
* `telegraf_agent_version`: The version of Telegraf to install. Default: `1.0.0`
|
||||
* `telegraf_agent_rpm_url`: The full path to the RPM file located on a webserver.
|
||||
* `telegraf_agent_interval`: The interval configured for sending data to the server. Default: `10`
|
||||
* `telegraf_agent_debug`: Run Telegraf in debug mode. Default: `False`
|
||||
* `telegraf_agent_round_interval`: Rounds collection interval to 'interval' Default: True
|
||||
|
Reference in New Issue
Block a user