From dd24c8290064a65ca304b0d9a0f272bc9a78764e Mon Sep 17 00:00:00 2001 From: Jack Greyhat Date: Thu, 28 Jan 2021 13:34:17 +0100 Subject: [PATCH] readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6375965..c7ee33f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,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.
+Installation should be pretty straight forward.

Screenshot:

@@ -11,8 +11,12 @@ Screenshot:
### Prerequisites - A working LibreNMS installation with shell access to the LibreNMS server - Speedtest CLI by Ookla. To install this, use the following link and instructions: --- https://www.speedtest.net/apps/cli --- Verify you are running Speedtest CLI by Ookla, by issuing the following command: + - https://www.speedtest.net/apps/cli + - Verify you are running Speedtest CLI by Ookla, by issuing the following command: + 'speedtest --version' + Expected output: + 'Speedtest by Ookla ...' + Note: There is also the "speedtest-cli" package, which is possibly provided by your distribution's repository. This package, however, does not follow the same cli commands as the Ookla's Speedtest CLI package and is built with Python. It is known to under perform in some cases. This dashboard will not work out of the box with the "speedtest-cli" package. Prefer to install Ookla's package.