case und superflous option removed

This commit is contained in:
2025-11-27 16:47:40 +01:00
parent 3544b3ebba
commit 245c7b4eb6
2 changed files with 1 additions and 4 deletions

View File

@@ -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'.

View File

@@ -7,9 +7,6 @@
username = "telegraf"
password = "secret"
## Wenn die DB nicht erreichbar ist, nicht zu lange blockieren:
## nur wenige Wiederholungen
timeout = "3s"
## Ab Telegraf 1.20+ sinnvoll:
http_headers = { "Connection" = "close" }