24 lines
858 B
Plaintext
24 lines
858 B
Plaintext
# 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"
|
|
|
|
## Enable to reduce memory usage
|
|
# memory_saving_mode = false
|
|
|
|
## Caches the closest server location
|
|
# cache = false
|
|
|
|
## Server ID exclude filter
|
|
## Allows the user to exclude or include specific server IDs received by
|
|
## speedtest-go. Values in the exclude option will be skipped over. Values in
|
|
## the include option are the only options that will be picked from.
|
|
##
|
|
## See the list of servers speedtest-go will return at:
|
|
## https://www.speedtest.net/api/js/servers?engine=js&limit=10
|
|
##
|
|
# server_id_exclude = []
|
|
# server_id_include = []
|