Compare commits
No commits in common. "6fa2ff68b8b0b9bad0ffa287618723f44e2f52bb" and "283acca79d3785befc9d7be4049d7d354b6ebed8" have entirely different histories.
6fa2ff68b8
...
283acca79d
19
README.md
19
README.md
|
@ -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>
|
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
|
## Docker
|
||||||
|
|
||||||
On docker hub:
|
|
||||||
|
|
||||||
```
|
|
||||||
docker pull yverry/routeros-exporter
|
|
||||||
```
|
|
||||||
|
|
||||||
docker-compose:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
routeros-exporter:
|
routeros-exporter:
|
||||||
image: yverry/routeros-exporter
|
image: python-routeros
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- ROUTER_IP=<your ROUTERIP>
|
- ROUTER_IP=<your ROUTERIP>
|
||||||
|
@ -42,9 +34,4 @@ simply use `make build`
|
||||||
|
|
||||||
Today thoose metrics was fetched by this exporter:
|
Today thoose metrics was fetched by this exporter:
|
||||||
* interfaces
|
* interfaces
|
||||||
* tx
|
* cpu (load/irq)
|
||||||
* rx
|
|
||||||
* fastTrack
|
|
||||||
* cpu
|
|
||||||
* load
|
|
||||||
* irq
|
|
||||||
|
|
Loading…
Reference in a new issue