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:
@ -4,7 +4,6 @@
|
||||
#telegraf_agent_version: 0.10.1
|
||||
telegraf_agent_version: 1.0.0
|
||||
telegraf_agent_hostname: "{{ ansible_fqdn }}"
|
||||
telegraf_agent_version_sub_l: _beta2
|
||||
telegraf_agent_interval: 10
|
||||
telegraf_agent_debug: False
|
||||
telegraf_agent_round_interval: True
|
||||
@ -21,7 +20,6 @@ telegraf_agent_quiet: False
|
||||
telegraf_agent_logfile: ""
|
||||
telegraf_agent_omit_hostname: False
|
||||
|
||||
telegraf_agent_rpm_url: https://dl.influxdata.com/telegraf/releases/telegraf-{{ telegraf_agent_version }}{{ telegraf_agent_version_sub_l }}.x86_64.rpm
|
||||
telegraf_agent_tags:
|
||||
|
||||
telegraf_agent_output:
|
||||
|
Reference in New Issue
Block a user