From a2d142651e43e6feda218f8da853fc12ba058429 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Thu, 19 May 2022 11:31:33 -0600 Subject: [PATCH] fix: doc interval setting for internet speed plugin (#11150) --- plugins/inputs/internet_speed/README.md | 5 +++++ plugins/inputs/internet_speed/sample.conf | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/plugins/inputs/internet_speed/README.md b/plugins/inputs/internet_speed/README.md index 23c60dd56..d09fed451 100644 --- a/plugins/inputs/internet_speed/README.md +++ b/plugins/inputs/internet_speed/README.md @@ -7,6 +7,11 @@ The `Internet Speed Monitor` collects data about the internet speed on the syste ```toml # Monitors internet speed using speedtest.net service [[inputs.internet_speed]] + ## This plugin downloads many MB of data each time it is run. As such + ## consider setting a higher interval for this plugin to reduce the + ## demand on your internet connection. + # interval = "60m" + ## Sets if runs file download test # enable_file_download = false diff --git a/plugins/inputs/internet_speed/sample.conf b/plugins/inputs/internet_speed/sample.conf index e2e602a7e..a51a88843 100644 --- a/plugins/inputs/internet_speed/sample.conf +++ b/plugins/inputs/internet_speed/sample.conf @@ -1,5 +1,10 @@ # Monitors internet speed using speedtest.net service [[inputs.internet_speed]] + ## This plugin downloads many MB of data each time it is run. As such + ## consider setting a higher interval for this plugin to reduce the + ## demand on your internet connection. + # interval = "60m" + ## Sets if runs file download test # enable_file_download = false