From 9ef309f1e7599d1e5de0bfe6283eaf1bb914f4f6 Mon Sep 17 00:00:00 2001 From: Fane Date: Sun, 7 Sep 2025 12:56:00 +0100 Subject: [PATCH] fix: fixed UDM not showing memory usage --- v2.0.0/UniFi-Poller_ USW Insights - Prometheus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2.0.0/UniFi-Poller_ USW Insights - Prometheus.json b/v2.0.0/UniFi-Poller_ USW Insights - Prometheus.json index c2e4db4..cda44e8 100644 --- a/v2.0.0/UniFi-Poller_ USW Insights - Prometheus.json +++ b/v2.0.0/UniFi-Poller_ USW Insights - Prometheus.json @@ -850,7 +850,7 @@ "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, - "expr": "unpoller_device_memory_utilization_ratio{type=\"usw\", site_name=~\"$Site\",name=~\"$Switch\",type=~\"usw|udm|udmp\"}", + "expr": "unpoller_device_memory_utilization_ratio{site_name=~\"$Site\",name=~\"$Switch\",type=~\"usw|udm|udmp\"}", "interval": "$Smooth", "legendFormat": "{{name}}", "refId": "A"