mirror of
https://github.com/IgorKha/Grafana-Mikrotik.git
synced 2025-12-14 14:29:30 +00:00
Fixed field BoardName Added CAPsMAN row: remote-cap entry count CAPsMAN client count Remote CAP (table) CAP interface (table) CAPsMAN client (table)
48 lines
1.3 KiB
Markdown
48 lines
1.3 KiB
Markdown
# Grafana-Mikrotik
|
|
|
|

|
|
|
|
Grafana dashboard for Mikrotik/routerOS. [prometheus/snmp_exporter](https://github.com/prometheus/snmp_exporter)
|
|
|
|
| | ver. |
|
|
|---|---|
|
|
| snmp_exporter | `>=0.20.0` |
|
|
| Grafana | `>=8.1.7` |
|
|
|
|
1.add into prometheus.yml
|
|
|
|
```yml
|
|
- job_name: Mikrotik
|
|
static_configs:
|
|
- targets:
|
|
- 0.0.0.0 # SNMP device IP.
|
|
metrics_path: /snmp
|
|
params:
|
|
module: [mikrotik]
|
|
relabel_configs:
|
|
- source_labels: [__address__]
|
|
target_label: __param_target
|
|
- source_labels: [__param_target]
|
|
target_label: instance
|
|
- 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>
|
|
|
|
-----------
|
|
|
|
## Docker snmp_exporter
|
|
|
|
[](https://hub.docker.com/repository/docker/mashinkopochinko/snmp_exporter_mikrotik)
|
|
|
|
> amd64-linux container
|
|
|
|
```console
|
|
sudo docker run -d -p 9116:9116 mashinkopochinko/snmp_exporter_mikrotik:latest
|
|
```
|
|
|
|
-----------
|
|

|