fix: doc interval setting for internet speed plugin (#11150)
This commit is contained in:
parent
b709f8e047
commit
a2d142651e
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue