fix mkt cmd

This commit is contained in:
Yann Verry 2021-05-30 00:02:18 +02:00
parent 2ff95b6112
commit 479ecb1482
Signed by: yann
GPG key ID: 19754E8692B8416C

View file

@ -7,7 +7,8 @@ You need to create a user on routerOS (>7.1):
``` ```
/user group /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=read,winbox,api,rest-api,!local,!telnet,!ssh,!ftp,!reboot,!write,!policy,!test,!password,!web,!sniff,!sensitive,!romon,!dude,!tikapp
add group=prometheus name=prometheus /user
add group=prometheus name=prometheus password=<your super secret password>
```` ````
You also need to `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)