fix: doc interval setting for internet speed plugin (#11150)

This commit is contained in:
Joshua Powers 2022-05-19 11:31:33 -06:00 committed by GitHub
parent b709f8e047
commit a2d142651e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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