From d4809e13b769d77f033efd3e62fb6f61c8fcda70 Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Tue, 9 Sep 2025 22:27:36 +0200 Subject: [PATCH] unraid --- k8s/configmap-files/services.yaml | 48 ++++++++++++++++++++++--------- 1 file changed, 35 insertions(+), 13 deletions(-) diff --git a/k8s/configmap-files/services.yaml b/k8s/configmap-files/services.yaml index 2cc83b8..b34a92b 100644 --- a/k8s/configmap-files/services.yaml +++ b/k8s/configmap-files/services.yaml @@ -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: