Skip to content

Instantly share code, notes, and snippets.

View tuck182's full-sized avatar

Matt Tucker tuck182

View GitHub Profile
@tuck182
tuck182 / input-exec.conf
Created September 17, 2020 17:39
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"