case und superflous option removed
This commit is contained in:
@@ -9,4 +9,4 @@ telegraf_agent_flush_jitter: "2s"
|
||||
telegraf_agent_metric_batch_size: 500
|
||||
telegraf_agent_metric_buffer_limit: 1000
|
||||
telegraf_agent_collection_jitter: "1s"
|
||||
telegraf_agent_round_interval: true
|
||||
telegraf_agent_round_interval: "true" # Must be quoted, because Ansible would interpret as boolean and will set it as "True" (capital T). But telegraf needs it with lowercase 'T'.
|
||||
|
||||
Reference in New Issue
Block a user