You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
374 B
17 lines
374 B
---
|
|
title: Mikrotik
|
|
description: Mikrotik Widget Configuration
|
|
---
|
|
|
|
HTTPS may be required, [per the documentation](https://help.mikrotik.com/docs/display/ROS/REST+API#RESTAPI-Overview)
|
|
|
|
Allowed fields: `["uptime", "cpuLoad", "memoryUsed", "numberOfLeases"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: mikrotik
|
|
url: https://mikrotik.host.or.ip
|
|
username: username
|
|
password: password
|
|
```
|