Compare commits

..

No commits in common. "6fa2ff68b8b0b9bad0ffa287618723f44e2f52bb" and "283acca79d3785befc9d7be4049d7d354b6ebed8" have entirely different histories.

View file

@ -13,21 +13,13 @@ add name=prometheus policy=api,rest-api,!local,!telnet,!ssh,!ftp,!reboot,!write,
add group=prometheus name=prometheus password=<your super secret password>
````
You also need `www-ssl` [enable](https://help.mikrotik.com/docs/display/ROS/REST+API)
You also need to `www-ssl` [enable](https://help.mikrotik.com/docs/display/ROS/REST+API)
## Docker
On docker hub:
```
docker pull yverry/routeros-exporter
```
docker-compose:
```
routeros-exporter:
image: yverry/routeros-exporter
image: python-routeros
restart: always
environment:
- ROUTER_IP=<your ROUTERIP>
@ -42,9 +34,4 @@ simply use `make build`
Today thoose metrics was fetched by this exporter:
* interfaces
* tx
* rx
* fastTrack
* cpu
* load
* irq
* cpu (load/irq)