mirror of
https://github.com/IgorKha/Grafana-Mikrotik.git
synced 2025-12-24 03:09:30 +00:00
779 B
779 B
Grafana-Mikrotik
Grafana dashboard for Mikrotik/routerOS. Prometheus/SNMP
- add into prometheus.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.
- Configure Prometheus and run /snmp/snmp_exporter
- Add dashboard

