From 244542186b2595479f3bfa179b3b9c4f03146dc2 Mon Sep 17 00:00:00 2001 From: Derek-K <Derek-K@users.noreply.github.com> Date: Tue, 9 Jun 2020 02:01:12 -0400 Subject: [PATCH] README format update --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2b52b96..fa45fc4 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ Using official SpeedTest.net cli for telegraf Tested with Ubuntu 18.04.4 LTS, Telegraf 1.14.1 HOWTO: -1) Install the official SpeedTest CLI from SpeedTest.net - https://www.speedtest.net/apps/cli -2) Run 'speedtest' once (to accept the license) -3) Add the configuration into telegraf, either - - store speedtest.conf under /etc/telegraf.d - * OR * - - copy the config and add to your telegraf.conf -4) Restart telegraf (e.g. under Ubuntu "sudo systemctl restart telegraf") +1. Install the official SpeedTest CLI from SpeedTest.net - https://www.speedtest.net/apps/cli +2. Run 'speedtest' once (to accept the license) +3. Add the configuration into telegraf, either + * store speedtest.conf under /etc/telegraf.d + _\* OR \*_ + * copy the config and add to your telegraf.conf +4. Restart telegraf (e.g. under Ubuntu ```sudo systemctl restart telegraf```) -Optionally, install Grafana dashboard #12428 +Optionally, install Grafana dashboard #12428 https://grafana.com/grafana/dashboards/12428 -Enjoy! +Enjoy!<br> p.s. Do not set the interval too short or you may get banned... -- GitLab