RouterOS prometheus exporter with restapi (7.1)
Go to file
2021-10-08 22:29:49 +02:00
.gitignore add .gitignore 2021-10-08 22:06:28 +02:00
Dockerfile fix dockerfile 2021-05-29 23:31:56 +02:00
main.py add custom interval, exporter port. 2021-10-08 22:29:49 +02:00
Makefile Add dockerfile & makefile 2021-05-29 23:14:26 +02:00
Pipfile initial commit 2021-05-19 23:05:54 +02:00
Pipfile.lock Add dockerfile & makefile 2021-05-29 23:14:26 +02:00
README.md add metrics 2021-10-08 22:14:48 +02:00

RouterOS Prometheus Exporter

Setup

You need to create a user on routerOS (>7.1):

/user group
add name=prometheus policy=api,rest-api,!local,!telnet,!ssh,!ftp,!reboot,!write,!policy,!test,!password,!web,!sniff,!sensitive,!romon,!dude,!tikapp
/user
add group=prometheus name=prometheus password=<your super secret password>

You also need to www-ssl enable

Docker

routeros-exporter:
    image: python-routeros
    restart: always
    environment:
        - ROUTER_IP=<your ROUTERIP>
        - ROUTER_USERNAME=<your prometheus username>
        - ROUTER_PASSWORD=<your super secret password>

build

simply use make build

Metrics

Today thoose metrics was fetched by this exporter:

  • interfaces
  • cpu (load/irq)