You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[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 = "5m"## Enable to reduce memory usage# memory_saving_mode = false## Caches the closest server location# cache = true
Logs from Telegraf
2023-02-02T09:31:04Z D! [inputs.internet_speed] Found server: [16835] 2.10km
Lyon (France) by La Fibre Pro
2023-02-02T09:31:04Z D! [inputs.internet_speed] Starting Speed Test
2023-02-02T09:31:04Z D! [inputs.internet_speed] Running Ping...
2023-02-02T09:31:08Z E! [inputs.internet_speed] Error in plugin: ping test failed: Get "https://speedtest.muona.com:8080/speedtest/latency.txt": x509: certificate has expired or is not yet valid: current time 2023-02-02T09:31:08Z is after 2022-08-28T12:56:43Z
This adds the ability to exclude or include specific speedtest server
IDs. If a user excludes a server ID that server is always excluded from
selection. If a user includes a specific server ID, then we will look
for only that ID.
This does not let a user pick a random server ID. The speedtest-go
library will receive the 10 closet servers. As such, users need to
be careful as they can prevent any server from being picked.
fixes: influxdata#11449fixes: influxdata#11625fixes: influxdata#12595
thank you @powersj ! I'll wait the release to test this but sound really great :) @srebhan I ask them to update their cert or leave the speedtest service ;) (but I prefer the option to blacklist their server)
Relevant telegraf.conf
Logs from Telegraf
System info
image: telegraf:1.25.1
Docker
Steps to reproduce
Expected behavior
I expect Download/Upload/Latency to be mesured
Actual behavior
The server don't provide a valid certificat.
As I see, it is not yet possible to force another server : #11625
Additional info
No response
The text was updated successfully, but these errors were encountered: