Jack Greyhat f69ea35a05 readme
2021-01-28 13:39:28 +01:00
2021-01-28 12:01:58 +01:00
2021-01-21 15:00:13 +01:00
2021-01-28 10:37:41 +01:00
2021-01-21 13:09:37 +00:00
2021-01-28 13:39:28 +01:00
2021-01-28 11:55:25 +01:00
2021-01-26 15:56:07 +01:00

LibreNMS Speedtest

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.

Screenshot:

Installation

Prerequisites

  • A working LibreNMS installation :D
  • 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 on your CLI:
      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.
Description
A speedtest plugin for LibreNMS, build with RRD and Ooklas' Speedtest CLI.
Readme 743 KiB
Languages
Shell 81.9%
PHP 18.1%