ansible-role-telegraf/defaults/main.yml

21 lines
531 B
YAML
Raw Normal View History

2021-08-20 07:33:22 +00:00
---
2023-06-29 12:32:37 +00:00
telegraf_distribution_release: "{{ ansible_distribution_release }}"
2021-08-20 07:33:22 +00:00
telegraf_default_config:
agent:
interval: 10s
round_interval: true
metric_batch_size: 1000
metric_buffer_limit: 10000
collection_jitter: 0s
flush_interval: 10s
flush_jitter: 0s
precision: ''
hostname: ''
omit_hostname: false
telegraf_config: {}
telegraf_full_config: '{{ telegraf_default_config|combine(telegraf_config) }}'
telegraf_inputs: {}
telegraf_outputs: {}
2022-04-04 14:43:16 +00:00
telegraf_proxy_ignore: []
2022-05-03 08:01:59 +00:00
telegraf_user_groups: []