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:latest
Run and bind the port :8080
.
$ docker run --rm -p 8080:8080 josuablejeru/netor:latest
The metric will be available on the default Prometheus path /metrics
.
Run Netor with prometheus and Grafana locally with docker-compose .
$ docker-compose up
Prometheus and Grafana will be available on port :9090
and :3000
.
Distributed under the MIT License. See LICENSE for more information.