NETOR (InterNEt MoniTOR). Is a Prometheus exporter to monitor your local network speed.
NOTE: Make sure to have Docker and Docker-Compose installed on you Machine.
Pull the Image from the official Docker Registry.
$ docker pull josuablejeru/netor:latestRun and bind the port :8080.
$ docker run --rm -p 8080:8080 josuablejeru/netor:latestThe metric will be available on the default Prometheus path /metrics.
Run Netor with prometheus and Grafana locally with docker-compose .
$ docker-compose upPrometheus and Grafana will be available on port :9090 and :3000.
Distributed under the MIT License. See LICENSE for more information.