Using official SpeedTest.net cli for telegraf
Derek-K/blender-camera-select 0
Simple python script to select which camera view to render with blender headless mode
Espressif IoT Development Framework. Official development framework for ESP32.
Internet radio based on Esp8266 and VS1053.
A Simple ESP32 Arduino Bluetooth A2DP Library (to implement a Music Receiver or Sender)
Internet radio based on ESP32, VS1053 and a TFT screen.
Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
startedDerek-K/telegraf-speedtest
started time in a month
startedDerek-K/telegraf-speedtest
started time in 2 months
issue commentDerek-K/telegraf-speedtest
Telegraf send data to influxdb only for one plugin
Hello Derek-K Fist let me thank you about this useful plugin, I have just an issue here, I have a Telegraf.conf file who had already one plugin working well, I add your plugin config, I test it using telegraf -test, working I can see the result from speedtest, but the issue is , this result is not sent to InfluxDB, even I have another plugin in the same config file and the data is sent to the InfluxDB, Any idea ?
The issue is solved, It was related to user permission, and speedtest license agreement, Even we run it using the telegraf username and accept the license for the first time running he still asking us every time to accept it again , I solved this issue using something like this : --accept-license --accept-gdpr
[[inputs.exec]] commands = ["/usr/bin/speedtest -f json-pretty --accept-license --accept-gdpr"] name_override = "Speedtest"
Thanks
comment created time in 3 months
issue openedDerek-K/telegraf-speedtest
Telegraf send data to influxdb only for one plugin
Hello Derek-K Fist let me thank you about this useful plugin, I have just an issue here, I have a Telegraf.conf file who had already one plugin working well, I add your plugin config, I test it using telegraf -test, working I can see the result from speedtest, but the issue is , this result is not sent to InfluxDB, even I have another plugin in the same config file and the data is sent to the InfluxDB, Any idea ?
created time in 3 months
issue commentDerek-K/telegraf-speedtest
Accept the license as the telegraf user
FWIW this error tripped me up. The speedtest client does print a useful error message to clue you in, but it'd be nice to avoid it.
[error] Path used: /etc/telegraf/.config/ookla/speedtest-cli.json```
comment created time in 3 months