Mikrotik Exporter
Mikrotik RouterOS metrics
Setup InfluxDB.
Setup telegraf and add to telegraf.conf
config file:
[[inputs.prometheus]]
## An array of urls to scrape metrics from.
urls = ["http://localhost:9436/metrics","http://localhost:9437/metrics"]
monitor_kubernetes_pods = false
response_timeout = "1m"
[[outputs.influxdb_v2]]
urls = ["http://127.0.0.1:8086"]
token = "some token"
organization = "org"
bucket = "mikrotik"
Then build https://github.com/onixsib/mikrotik-exporter-1.git
and run /usr/local/bin/mikrotik-exporter --config-file /etc/mikrotiks.yml
All date will be stored in IndfuxDB and grafana will take it using Flux lang.
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |