This commit is contained in:
Jack Greyhat
2021-01-28 13:37:51 +01:00
parent dd24c82900
commit a06c28f818

View File

@ -9,13 +9,14 @@ Screenshot:<br/>
<br/> <br/>
## Installation ## Installation
### Prerequisites ### Prerequisites
- A working LibreNMS installation with shell access to the LibreNMS server - A working LibreNMS installation :D
- Shell access to the LibreNMS server
- Speedtest CLI by Ookla. To install this, use the following link and instructions: - Speedtest CLI by Ookla. To install this, use the following link and instructions:
- https://www.speedtest.net/apps/cli - https://www.speedtest.net/apps/cli
- Verify you are running Speedtest CLI by Ookla, by issuing the following command: - Verify you are running Speedtest CLI by Ookla by issuing the following command on your CLI:<br/>
'speedtest --version' > speedtest --version
Expected output: Expected output: </br>
'Speedtest by Ookla ...' > 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. 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.