Skip to content

Commit

Permalink
fix: doc interval setting for internet speed plugin (#11150)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored May 19, 2022
1 parent b709f8e commit a2d1426
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/inputs/internet_speed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions plugins/inputs/internet_speed/sample.conf
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a2d1426

Please sign in to comment.