From c47072f3631c3f033f677c86f82e9b2071ca3655 Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Tue, 9 Sep 2025 22:06:10 +0200 Subject: [PATCH] unraid --- k8s/configmap-files/services.yaml | 47 ++++++++++++++----------------- 1 file changed, 21 insertions(+), 26 deletions(-) diff --git a/k8s/configmap-files/services.yaml b/k8s/configmap-files/services.yaml index f2ecb0b..2a7bc57 100644 --- a/k8s/configmap-files/services.yaml +++ b/k8s/configmap-files/services.yaml @@ -42,37 +42,32 @@ - Unraid Server: description: NAS Storage & System Monitoring - href: http://192.168.1.57:24940 + href: http://192.168.1.57 icon: unraid.png - ping: http://192.168.1.57:24940 + ping: http://192.168.1.57 widget: type: customapi url: http://192.168.1.57:24940 mappings: - - field: array.total - label: Array Total - format: bytes - - field: array.used - label: Array Used - format: bytes - - field: cache.total - label: Cache Total - format: bytes - - field: cache.used - label: Cache Used - format: bytes - - field: memory.total - label: Memory - format: bytes - - field: memory.available - label: Available - format: bytes - - field: cpu.usage - label: CPU Usage - format: percent - - field: cpu.temp - label: CPU Temp - suffix: "°C" + - field: + cache_total: free + label: cache free + format: number + suffix: GiB + - field: + cache_total: free_percent + label: percent + format: percent + - field: + network_total: rx_MiBs + label: rx + format: float + suffix: MiB/s + - field: + network_total: tx_MiBs + label: tx + format: float + suffix: MiB/s - Development & Code: - Gitea: