summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-03 01:40:22 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-03 01:40:22 -0400
commit02ebbc3e0df35693d6b13cd94bacd12899a8fc01 (patch)
tree64b510ff34202e20052d91a80956839c4d632053
parentbf171545db914bf10c536695429c395936141b28 (diff)
downloadpuppet-tozt-02ebbc3e0df35693d6b13cd94bacd12899a8fc01.tar.gz
puppet-tozt-02ebbc3e0df35693d6b13cd94bacd12899a8fc01.zip
use a longer expiration interval
a bunch of my telegraf plugins only report data every 5 minutes
-rw-r--r--modules/tick/templates/telegraf.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tick/templates/telegraf.conf b/modules/tick/templates/telegraf.conf
index 67593da..53df792 100644
--- a/modules/tick/templates/telegraf.conf
+++ b/modules/tick/templates/telegraf.conf
@@ -12,3 +12,4 @@
omit_hostname = false
[[outputs.prometheus_client]]
listen = ":9273"
+ expiration_interval = "5m"