From 8acbade8ba81cb1a0a82cd55e7d46e6b7d89639e Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Tue, 9 Sep 2025 22:12:36 +0200 Subject: [PATCH] unraid --- k8s/configmap-files/services.yaml | 45 +++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 11 deletions(-) diff --git a/k8s/configmap-files/services.yaml b/k8s/configmap-files/services.yaml index 2a7bc57..fc97c16 100644 --- a/k8s/configmap-files/services.yaml +++ b/k8s/configmap-files/services.yaml @@ -48,26 +48,49 @@ widget: type: customapi url: http://192.168.1.57:24940 + display: list mappings: + - field: + array_total: free + label: Array Free + format: number + suffix: GiB + - field: + array_total: free_percent + label: Array Free + format: percent - field: cache_total: free - label: cache free - format: number - suffix: GiB + label: Cache Free + format: number + suffix: GiB - field: cache_total: free_percent - label: percent - format: percent + label: Cache Free + format: percent + - field: + memory: used_percent + label: Memory Used + format: percent + - field: + cpu: load_percent + label: CPU Load + format: percent + - field: + cpu: temp + label: CPU Temp + format: number + suffix: °C - field: network_total: rx_MiBs - label: rx - format: float - suffix: MiB/s + label: Network RX + format: float + suffix: MiB/s - field: network_total: tx_MiBs - label: tx - format: float - suffix: MiB/s + label: Network TX + format: float + suffix: MiB/s - Development & Code: - Gitea: