Skip to content

Instantly share code, notes, and snippets.

@mjohnsey
Created December 5, 2019 20:34
Show Gist options
  • Save mjohnsey/563272f8a5bed242154ea84ca4baed00 to your computer and use it in GitHub Desktop.
Save mjohnsey/563272f8a5bed242154ea84ca4baed00 to your computer and use it in GitHub Desktop.
Speedtest CLI Telegraf
[[inputs.exec]]
commands = ["/usr/bin/speedtest -f json --selection-details --accept-license --accept-gdpr"]
name_override = "speedtest"
timeout = "2m"
interval = "20m"
data_format = "json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment