moved agent config to inline

This commit is contained in:
2025-11-27 11:48:44 +01:00
parent d96bb79a5a
commit b52de4e326
4 changed files with 105 additions and 22 deletions

View File

@@ -1,3 +1,12 @@
---
# defaults file for server
telegraf_memory_high: "120M"
telegraf_memory_max: "150M"
telegraf_memory_swap_max: "0"
telegraf_agent_interval: "10s"
telegraf_agent_flush_interval: "10s"
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