diff options
author | Andrii <85483797+andriiandrieiev@users.noreply.github.com> | 2022-04-19 17:05:33 +0300 |
---|---|---|
committer | Andrii <85483797+andriiandrieiev@users.noreply.github.com> | 2022-04-19 17:05:33 +0300 |
commit | 4c2fc0aa110b90d02789bfbaec3570d4d41908ba (patch) | |
tree | 889acedea417b89762f5c2393fd997d436982a19 /data | |
parent | 4a8dd6bccfde210c944ac83af105b133847eda65 (diff) | |
download | vyos-1x-4c2fc0aa110b90d02789bfbaec3570d4d41908ba.tar.gz vyos-1x-4c2fc0aa110b90d02789bfbaec3570d4d41908ba.zip |
T4268: monitoring: Fixed unnatural LA elevation
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/monitoring/telegraf.tmpl | 6 |
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 |