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" \