summaryrefslogtreecommitdiffstats
path: root/modules/tick
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-10 22:17:29 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-10 22:17:29 -0400
commitdc5da84a004d6d5b2e045f0ca422747f514240ce (patch)
treeda6680b52557833f02e160fe922b644809bc26c7 /modules/tick
parent41b991dc39480927105af2a152312136298252f4 (diff)
downloadpuppet-tozt-dc5da84a004d6d5b2e045f0ca422747f514240ce.tar.gz
puppet-tozt-dc5da84a004d6d5b2e045f0ca422747f514240ce.zip
also reduce the interval of certbot telegraf checks
certbot is pretty fast, so it's not super relevant, but this makes it easier to interpret runtime metrics because telegraf's internal metrics aggregate across all plugins of a given input type, and all of the rest of the exec plugins have a 5 minute interval
Diffstat (limited to 'modules/tick')
-rw-r--r--modules/tick/files/plugins/certbot.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/tick/files/plugins/certbot.conf b/modules/tick/files/plugins/certbot.conf
index 0e4a923..a807b64 100644
--- a/modules/tick/files/plugins/certbot.conf
+++ b/modules/tick/files/plugins/certbot.conf
@@ -1,3 +1,5 @@
[[inputs.exec]]
commands = ["/etc/telegraf/plugins/certbot"]
data_format = "influx"
+interval = "5m"
+timeout = "2m"