add metrics
This commit is contained in:
parent
e612e18a59
commit
9f0739f7db
11
README.md
11
README.md
|
@ -1,5 +1,7 @@
|
||||||
# RouterOS Prometheus Exporter
|
# RouterOS Prometheus Exporter
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
You need to create a user on routerOS (>7.1):
|
You need to create a user on routerOS (>7.1):
|
||||||
|
@ -24,3 +26,12 @@ routeros-exporter:
|
||||||
- ROUTER_USERNAME=<your prometheus username>
|
- ROUTER_USERNAME=<your prometheus username>
|
||||||
- ROUTER_PASSWORD=<your super secret password>
|
- ROUTER_PASSWORD=<your super secret password>
|
||||||
```
|
```
|
||||||
|
### build
|
||||||
|
|
||||||
|
simply use `make build`
|
||||||
|
|
||||||
|
## Metrics
|
||||||
|
|
||||||
|
Today thoose metrics was fetched by this exporter:
|
||||||
|
* interfaces
|
||||||
|
* cpu (load/irq)
|
||||||
|
|
Loading…
Reference in a new issue