Skip to content

How To Monitor Mikrotik Devices (RouterOS) with Prometheus - SNMP Exporter and Grafana

Notifications You must be signed in to change notification settings

srkaviani/Mikrotik-Prometheus-SNMP-Exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Mikrotik-Prometheus-SNMP-Exporter

How To Monitor Mikrotik Devices (RouterOS) with Prometheus - SNMP Exporter and Grafana

Manual deploy

1.add into prometheus.yml


  - job_name: Mikrotik
    static_configs:
      - targets:
        - 192.168.88.1  # 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/15454

About

How To Monitor Mikrotik Devices (RouterOS) with Prometheus - SNMP Exporter and Grafana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published