This commit is contained in:
Alexis Bruneteau 2025-09-09 22:27:36 +02:00
parent 5c566b04e1
commit d4809e13b7

View File

@ -40,8 +40,8 @@
url: https://status.vidoks.fr
slug: pedalo
- Unraid Server:
description: NAS Storage & System Monitoring
- Unraid Server - Storage:
description: NAS Storage Monitoring
href: http://192.168.1.57
icon: unraid.png
ping: http://192.168.1.57
@ -58,6 +58,19 @@
array_total: free_percent
label: Array Free
format: percent
- field:
array_total: used
label: Array Used
format: number
suffix: GiB
- field:
array_total: used_percent
label: Array Used
format: percent
- type: customapi
url: http://192.168.1.57:24940
mappings:
- field:
cache_total: free
label: Cache Free
@ -67,7 +80,22 @@
cache_total: free_percent
label: Cache Free
format: percent
- field:
cache_total: used
label: Cache Used
format: number
suffix: GiB
- field:
cache_total: used_percent
label: Cache Used
format: percent
- Unraid Server - System:
description: NAS System Monitoring
href: http://192.168.1.57
icon: unraid.png
ping: http://192.168.1.57
widgets:
- type: customapi
url: http://192.168.1.57:24940
mappings:
@ -75,6 +103,10 @@
memory: used_percent
label: Memory Used
format: percent
- field:
memory: free_percent
label: Memory Free
format: percent
- field:
cpu: load_percent
label: CPU Load
@ -98,16 +130,6 @@
label: Network TX
format: float
suffix: MiB/s
- field:
array_total: used
label: Array Used
format: number
suffix: GiB
- field:
cache_total: used
label: Cache Used
format: number
suffix: GiB
- Development & Code:
- Gitea: