Mikrotik

Mikrotik prometheus monitoring (snmp_exporter)

Mikrotik prometheus dashboard

The dashboard uses prometheus snmp_exporter.

Mentions

Based on Mikrotik v5 dashboard

Example prometheus.yml configuration

yaml
  - job_name: 'mikrotik'
    file_sd_configs:
      - files:
        - file_sd/mikrotik.yml
    metrics_path: /snmp
    params:
      module: 
        - hrDevice
        - hrStorage
        - hrSystem
        - if_mib
        - mikrotik
    relabel_configs:
       - source_labels: [__address__]
         target_label: __param_target
       - source_labels: [instance_name]
         target_label: instance
       - target_label: __address__
         replacement: 127.0.0.1:9116
Revisions
RevisionDescriptionCreated

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies