Compare commits

6 Commits
main ... test

Author SHA1 Message Date
0437b16bd9 REV: Back to variables 2025-08-29 18:38:03 +02:00
a16add2eae TEST: Key instead of variable 2025-08-29 18:36:42 +02:00
4e7e393e9e TEST: New API keys 2025-08-29 18:34:10 +02:00
a95e26d93e TEST: Demo komodo test 2025-08-29 18:26:49 +02:00
a55c29640f CHANGE: Disk added to the top widget 2025-08-29 15:18:04 +02:00
9eb00d7d68 CHANGE: Top widget 2025-08-29 15:16:34 +02:00
2 changed files with 23 additions and 22 deletions

View File

@@ -23,12 +23,13 @@
# username: user # optional if auth enabled in Glances # username: user # optional if auth enabled in Glances
# password: pass # optional if auth enabled in Glances # password: pass # optional if auth enabled in Glances
# version: 4 # required only if running glances v4 or higher, defaults to 3 # version: 4 # required only if running glances v4 or higher, defaults to 3
cpu: true cpu: false
mem: true mem: false
cputemp: true cputemp: true
uptime: true uptime: true
expanded: false expanded: false
# label: Proxmox label: Proxmox
disk: / # optional, mount point to show disk usage for, defaults to root /
# diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk # diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk
refreshInterval: 5000 # optional - in milliseconds, defaults to 1000 or more, depending on the metric refreshInterval: 5000 # optional - in milliseconds, defaults to 1000 or more, depending on the metric
pointsLimit: 15 # optional, defaults to 15 pointsLimit: 15 # optional, defaults to 15