From 7eb9ab0325017f5928407a7786f571ca137551d8 Mon Sep 17 00:00:00 2001 From: Jack Greyhat Date: Fri, 29 Jan 2021 08:44:07 +0000 Subject: [PATCH] Update README.md --- README.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 331b245..3c822fb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A Speedtest plugin for LibreNMS, built with RRD and Speedtest CLI by Ookla ## Introduction This is a plugin that enables internet uplink bandwidth graphing in a LibreNMS dashboard. It uses Ookla servers to perform the speedtest by calling Ookla's Speedtest CLI application. Data is stored in the backend into RRD and is visualized by using a LibreNMS style dashboard. Installation should be pretty straight forward.

- + ## Prerequisites - A working LibreNMS installation. :D @@ -65,15 +65,10 @@ and add:
## FAQs Most of the below FAQs are related to how the speedtest command can be adjusted. All of these commands or adjustments must be made to the speedtest command on line 37 in the librenms-speedtest.sh script. In the future, I will make it easier to adjust settings. -- How can I select a speedtest server manually? -Use `speedtest -L` to find the nearest speedtest servers, note the first column, this is the speedtest server id. -Adjust the speedtest command on line 37 to include the server id with `-s`, so it looks like this: - -$ speedtest --accept-license --accept-gdpr -p no -s 1234 > $SpeedtestResultDir/speedtest-results 2>/dev/null - - - - +- How can I select a speedtest server manually?
+Use `speedtest -L` to find the nearest speedtest servers, note the first column, this is the speedtest server id.
+Adjust the speedtest command on line 37 to include the server id with the `-s` parameter, so it looks like this:
+`speedtest --accept-license --accept-gdpr -p no -s 1234 > $SpeedtestResultDir/speedtest-results 2>/dev/null` ## Roadmap - Include more metrics, such as: @@ -83,4 +78,4 @@ $ speedtest --accept-license --accept-gdpr -p no -s 1234 > $SpeedtestResultDir/s - Add other speedtest providers, such as: - Cloudflare - Fast.com - - ... \ No newline at end of file + - ...