From 2e63b0f0385c47ab80b9d3a4b1fa2c96907bb11e Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Tue, 9 Sep 2025 22:15:33 +0200 Subject: [PATCH] unraid --- k8s/configmap-files/services.yaml | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/k8s/configmap-files/services.yaml b/k8s/configmap-files/services.yaml index fc97c16..2cc83b8 100644 --- a/k8s/configmap-files/services.yaml +++ b/k8s/configmap-files/services.yaml @@ -45,11 +45,10 @@ href: http://192.168.1.57 icon: unraid.png ping: http://192.168.1.57 - widget: - type: customapi - url: http://192.168.1.57:24940 - display: list - mappings: + widgets: + - type: customapi + url: http://192.168.1.57:24940 + mappings: - field: array_total: free label: Array Free @@ -68,6 +67,10 @@ cache_total: free_percent label: Cache Free format: percent + + - type: customapi + url: http://192.168.1.57:24940 + mappings: - field: memory: used_percent label: Memory Used @@ -81,6 +84,10 @@ label: CPU Temp format: number suffix: °C + + - type: customapi + url: http://192.168.1.57:24940 + mappings: - field: network_total: rx_MiBs label: Network RX @@ -91,6 +98,16 @@ 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: