change name

This commit is contained in:
Yann Verry 2021-05-30 21:29:00 +02:00
parent 479ecb1482
commit 367fa5b6f1
Signed by: yann
GPG key ID: 19754E8692B8416C

View file

@ -1,4 +1,4 @@
# RouterOS Restful API
# RouterOS Prometheus Exporter
## Setup
@ -6,7 +6,7 @@ You need to create a user on routerOS (>7.1):
```
/user group
add name=prometheus policy=read,winbox,api,rest-api,!local,!telnet,!ssh,!ftp,!reboot,!write,!policy,!test,!password,!web,!sniff,!sensitive,!romon,!dude,!tikapp
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>
````