ansible-role-telegraf/defaults/main.yml

18 lines
437 B
YAML

---
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: {}
telegraf_proxy_ignore: []