2023-09-29 21:01:11 +03:00
|
|
|
---
|
|
|
|
title: QNAP
|
|
|
|
description: QNAP Widget Configuration
|
|
|
|
---
|
|
|
|
|
2024-01-22 13:26:15 -05:00
|
|
|
[QNAP](https://www.qnap.com)
|
|
|
|
|
2023-09-29 21:01:11 +03:00
|
|
|
Allowed fields: `["cpuUsage", "memUsage", "systemTempC", "poolUsage", "volumeUsage"]`.
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
widget:
|
2023-10-17 23:26:55 -07:00
|
|
|
type: qnap
|
|
|
|
url: http://qnap.host.or.ip:port
|
|
|
|
username: user
|
|
|
|
password: pass
|
2023-09-29 21:01:11 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
If the QNAP device has multiple volumes, the _poolUsage_ will be a sum of all volumes.
|
|
|
|
|
|
|
|
If only a single volume needs to be tracked, add the following to your configuration and the Widget will track this as _volumeUsage_:
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
volume: Volume Name From QNAP
|
|
|
|
```
|