From dc5da84a004d6d5b2e045f0ca422747f514240ce Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 10 Jul 2020 22:17:29 -0400 Subject: 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 --- modules/tick/files/plugins/certbot.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/tick') 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" -- cgit v1.2.3-54-g00ecf