Major update

🐛 Fix correct show if cpu core > 1
 Added SNMP row (scrape time, etc)
 Added Note panel (winbox System->Note)
 Added Package ver. panel
 Added Neighbors table panel
 Added RxTx panel for showing [AlignError, CarrierError, Control, Drop, FCS Error, Fragment, Jabber, LengthError, Overflow, Pause, TooLong, TooShort, UnknownOp, Collisions, Deferred, Underrun]
This commit is contained in:
IgorKha 2021-08-03 23:16:58 +03:00
parent c05327928e
commit c9497c2886
3 changed files with 6408 additions and 10716 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,16 @@
# Grafana-Mikrotik
![visitors](https://visitor-badge.laobi.icu/badge?page_id=IgorKha.Grafana-Mikrotik)
Grafana dashboard for Mikrotik/routerOS. [prometheus/snmp_exporter](https://github.com/prometheus/snmp_exporter)
| | ver. |
|---|---|
| snmp_exporter | `>=0.20.0` |
| Grafana | `>=7.5.5` |
1.add into prometheus.yml
```yml
- job_name: Mikrotik
static_configs:
@ -28,10 +27,13 @@ Grafana dashboard for Mikrotik/routerOS. [prometheus/snmp_exporter](https://gith
- target_label: __address__
replacement: localhost:9116 # The SNMP exporter's real hostname:port.
```
2.Configure Prometheus and run /snmp/snmp_exporter
3. Add dashboard https://grafana.com/grafana/dashboards/14420
3.Add dashboard <https://grafana.com/grafana/dashboards/14420>
-----------
## Docker snmp_exporter
[![Docker Pulls](https://img.shields.io/docker/pulls/mashinkopochinko/snmp_exporter_mikrotik?logo=docker)](https://hub.docker.com/repository/docker/mashinkopochinko/snmp_exporter_mikrotik)
@ -42,10 +44,7 @@ Grafana dashboard for Mikrotik/routerOS. [prometheus/snmp_exporter](https://gith
sudo docker run -d -p 9116:9116 mashinkopochinko/snmp_exporter_mikrotik:latest
```
----------
-----------
![img1](https://github.com/IgorKha/Grafana-Mikrotik/blob/master/readme/1.png)
![img2](https://github.com/IgorKha/Grafana-Mikrotik/blob/master/readme/2.png)
![img3](https://github.com/IgorKha/Grafana-Mikrotik/blob/master/readme/3.png)