🔰 Grafana dashboard for Mikrotik/routerOS [Prometheus, SNMP]
Find a file
IgorKha a6a85b814e wifi update
Added Wi-Fi client count
Added CAPsMAN client count
Added History Wi-Fi Strength (time series buckets)
Added History Wi-Fi Signal-to-Noise (time series buckets)
Added into Wi-Fi Clients table new column “Uptime”, “Tx/Rx rate” and “Tx/Rx Total”
2021-05-20 20:56:40 +03:00
readme wifi update 2021-05-20 20:56:40 +03:00
snmp init 2021-05-11 22:35:14 +03:00
Mikrotik snmp prometheus-1620763488503.json wifi update 2021-05-20 20:56:40 +03:00
prometheus.yml readme add 2021-05-11 22:52:13 +03:00
README.md wifi update 2021-05-20 20:56:40 +03:00

Grafana-Mikrotik

visitors

Grafana dashboard for Mikrotik/routerOS. prometheus/snmp_exporter

  1. 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.
  1. Configure Prometheus and run /snmp/snmp_exporter
  2. Add dashboard https://grafana.com/grafana/dashboards/14420

img1 img2 img3