Derek-K / telegraf-speedtest

Using official SpeedTest.net cli for telegraf
GNU General Public License v3.0
32 stars 10 forks source link

No metrics written #8

Closed lee-costa closed 3 years ago

lee-costa commented 3 years ago

I am using this on Ubuntu to gather metrics and while following the steps provided, I am not receiving any data. I see this in the logs:

Error in plugin: exec: exit status 1 for command ' sudo /usr/bin/speedtest -f json-pretty'

Any ideas?

risb0r commented 3 years ago

Likely the license roadblock. Run /usr/bin/speedtest -f json-pretty --accept-license --accept-gdpr for testing purposes and see how you go.

lee-costa commented 3 years ago

Ended up following instructions on this this issue and it is now solved.

edit - Thank you.