From fcabbddbb803a7d0d6e8266b25531ffad1053457 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 16 Mar 2026 15:49:12 -0700 Subject: [PATCH] Comment out DPI dashboard with note instead of removing Co-Authored-By: Claude Opus 4.6 (1M context) --- argocd/manifests/grafana/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argocd/manifests/grafana/deployment.yaml b/argocd/manifests/grafana/deployment.yaml index 9172991..130618c 100644 --- a/argocd/manifests/grafana/deployment.yaml +++ b/argocd/manifests/grafana/deployment.yaml @@ -103,6 +103,8 @@ spec: DEST="/tmp/dashboards/UniFi" mkdir -p "$DEST" for f in \ + # DPI dashboard requires DPI enabled on both UX7 and UnPoller + # "UniFi-Poller_ Client DPI - Prometheus.json" \ "UniFi-Poller_ Client Insights - Prometheus.json" \ "UniFi-Poller_ Network Sites - Prometheus.json" \ "UniFi-Poller_ UAP Insights - Prometheus.json" \