Created
September 17, 2020 17:39
-
-
Save tuck182/f971e94ba6169f7f2cf33038f903f311 to your computer and use it in GitHub Desktop.
Telegraf input config for Speedtest CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[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