17 lines
382 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
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
```