mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-06 10:09:31 +00:00
adjust docs and mention blackbox exporter
This commit is contained in:
parent
ee865f5772
commit
15f359a7f1
2 changed files with 3 additions and 4 deletions
|
|
@ -149,13 +149,13 @@ Done. You should now be able to open the Grafana dashboard on Port 3000 of your
|
||||||
|
|
||||||
## Latency Monitoring
|
## 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:
|
This projects uses the Prometheus Blackbox exporter to measure network latency. By default three targets are configured:
|
||||||
|
|
||||||
- 1.1.1.1 (Cloudflare)
|
- 1.1.1.1 (Cloudflare)
|
||||||
- 8.8.8.8 (Google)
|
- 8.8.8.8 (Google)
|
||||||
- 9.9.9.9 (IBM)
|
- 9.9.9.9 (IBM)
|
||||||
|
|
||||||
You may adjust **smokeping/smokeping.yml** according to your needs.
|
You may adjust **blackbox/blackbox.yml** according to your needs.
|
||||||
|
|
||||||
## Multiple Nodes
|
## Multiple Nodes
|
||||||
|
|
||||||
|
|
@ -209,7 +209,7 @@ docker-compose -f docker-compose-armored.yml up -d
|
||||||
- [A somewhat useable Grafana Dashboard](https://grafana.com/grafana/dashboards/10950)
|
- [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 Python](https://github.com/akpw/mktxp).
|
||||||
- [A Prometheus exporter for Mikrotik devices written in Go](https://github.com/nshttpd/mikrotik-exporter)
|
- [A Prometheus exporter for Mikrotik devices written in Go](https://github.com/nshttpd/mikrotik-exporter)
|
||||||
- [Smokeping](https://github.com/SuperQ/smokeping_prober)
|
- [Prometheus Blackbox exporter](https://github.com/prometheus/blackbox_exporter/blob/master/example.yml)
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@ scrape_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 'mikrotik_exporter:9436'
|
- 'mikrotik_exporter:9436'
|
||||||
- 'mktxp:49090'
|
- 'mktxp:49090'
|
||||||
- 'smokeping:9374'
|
|
||||||
|
|
||||||
- job_name: 'blackbox'
|
- job_name: 'blackbox'
|
||||||
scrape_interval: 1s
|
scrape_interval: 1s
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue