ansible-role-telegraf/defaults/main.yml

20 lines
464 B
YAML
Raw Normal View History

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
2023-06-29 12:36:38 +00:00
precision: ""
hostname: ""
2021-08-20 07:33:22 +00:00
omit_hostname: false
telegraf_config: {}
2023-06-29 12:57:41 +00:00
telegraf_full_config: "{{ telegraf_default_config | combine(telegraf_config) }}"
2021-08-20 07:33:22 +00:00
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: []