change name
This commit is contained in:
parent
479ecb1482
commit
367fa5b6f1
|
@ -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>
|
||||
````
|
||||
|
|
Loading…
Reference in a new issue