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.
15 lines
330 B
15 lines
330 B
---
|
|
title: Proxmox Backup Server
|
|
description: Proxmox Backup Server Widget Configuration
|
|
---
|
|
|
|
Allowed fields: `["datastore_usage", "failed_tasks_24h", "cpu_usage", "memory_usage"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: proxmoxbackupserver
|
|
url: https://proxmoxbackupserver.host:port
|
|
username: api_token_id
|
|
password: api_token_secret
|
|
```
|