mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Merge pull request #87 from sdurrheimer/master
Updating Telegraf default to 1.9.3
This commit is contained in:
@ -127,7 +127,7 @@ More information: [https://github.com/influxdata/telegraf/blob/master/docs/FAQ.m
|
|||||||
# Force host networking mode, so Docker Engine Host traffic metrics can be gathered.
|
# Force host networking mode, so Docker Engine Host traffic metrics can be gathered.
|
||||||
telegraf_agent_docker_network_mode: host
|
telegraf_agent_docker_network_mode: host
|
||||||
# Force a specific image tag.
|
# Force a specific image tag.
|
||||||
telegraf_agent_version: 1.9.2-alpine
|
telegraf_agent_version: 1.9.3-alpine
|
||||||
|
|
||||||
telegraf_plugins_default:
|
telegraf_plugins_default:
|
||||||
- plugin: cpu
|
- plugin: cpu
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
# defaults file for ansible-telegraf
|
# defaults file for ansible-telegraf
|
||||||
|
|
||||||
telegraf_agent_version: 1.9.2
|
telegraf_agent_version: 1.9.3
|
||||||
telegraf_agent_version_patch: 1
|
telegraf_agent_version_patch: 1
|
||||||
telegraf_agent_package: telegraf
|
telegraf_agent_package: telegraf
|
||||||
telegraf_agent_package_state: present
|
telegraf_agent_package_state: present
|
||||||
|
Reference in New Issue
Block a user