mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-28 21:09:33 +00:00
adds latency monitoring
This commit is contained in:
parent
7cb70f316f
commit
190c82b021
5 changed files with 578 additions and 119 deletions
11
README.md
11
README.md
|
|
@ -6,6 +6,7 @@ Over the past years I replaced all my networking gear with Mikrotik devices. I a
|
|||
- [A somewhat useable Grafana Dashboard](https://grafana.com/grafana/dashboards/10950)
|
||||
- [A Prometheus exporter for Mikrotik devices written in Python](https://github.com/akpw/mktxp).
|
||||
- [A Prometheus exporter for Mikrotik devices written in Go](https://github.com/nshttpd/mikrotik-exporter)
|
||||
- [Smokeping](https://github.com/SuperQ/smokeping_prober)
|
||||
|
||||
## Setup
|
||||
|
||||
|
|
@ -96,6 +97,16 @@ You may need to adjust the following configuration files and add your own creden
|
|||
|
||||
Done. You should now be able to open the Grafana dashboard on Port 3000 of your Raspberry Pi.
|
||||
|
||||
## Latency Monitoring
|
||||
|
||||
This projects uses a [smokeping prober](https://github.com/SuperQ/smokeping_prober) to measure network latency and packet loss. By default three targets are configured:
|
||||
|
||||
- 1.1.1.1 (Cloudflare)
|
||||
- 8.8.8.8 (Google)
|
||||
- 9.9.9.9 (IBM)
|
||||
|
||||
You may adjust **smokeping/smokeping.yml** according to your needs.
|
||||
|
||||
## Multiple Nodes
|
||||
|
||||
It is possible to monitor multiple (Mikrotik) devices. Just change add as many devices to `mktxp/mktxp.conf` as you want.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue