summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorAndrii <85483797+andriiandrieiev@users.noreply.github.com>2022-04-19 17:04:54 +0300
committerAndrii <85483797+andriiandrieiev@users.noreply.github.com>2022-04-19 17:04:54 +0300
commita7db4557abd28a8f6c707194c64528caec8c3844 (patch)
tree462cf74a1ae2ecc02cebcbd1c81ef135a33e4117 /data/templates
parentd32ee4ad297c8754d0841b84b958a12a926cfef9 (diff)
downloadvyos-1x-a7db4557abd28a8f6c707194c64528caec8c3844.tar.gz
vyos-1x-a7db4557abd28a8f6c707194c64528caec8c3844.zip
T4268: monitoring: Fixed unnatural LA elevation
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/monitoring/telegraf.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/monitoring/telegraf.tmpl b/data/templates/monitoring/telegraf.tmpl
index d3145a500..cf33eec4e 100644
--- a/data/templates/monitoring/telegraf.tmpl
+++ b/data/templates/monitoring/telegraf.tmpl
@@ -1,12 +1,12 @@
# Generated by /usr/libexec/vyos/conf_mode/service_monitoring_telegraf.py
[agent]
- interval = "10s"
+ interval = "15s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
- collection_jitter = "0s"
- flush_interval = "10s"
+ collection_jitter = "5s"
+ flush_interval = "15s"
flush_jitter = "0s"
precision = ""
debug = false