Skip to content

Instantly share code, notes, and snippets.

@tuck182
Created September 17, 2020 17:39
Show Gist options
  • Save tuck182/f971e94ba6169f7f2cf33038f903f311 to your computer and use it in GitHub Desktop.
Save tuck182/f971e94ba6169f7f2cf33038f903f311 to your computer and use it in GitHub Desktop.
Telegraf input config for Speedtest CLI
[[inputs.exec]]
name_override = "speedtest"
commands =["/usr/bin/speedtest --accept-license --accept-gdpr -f json"]
timeout = "2m"
interval = "30m"
data_format = "json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment