Add UnPoller for UniFi network metrics #298

Merged
eblume merged 8 commits from feature/unpoller into main 2026-03-16 15:52:45 -07:00
Showing only changes of commit fcabbddbb8 - Show all commits

Comment out DPI dashboard with note instead of removing

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Erich Blume 2026-03-16 15:49:12 -07:00

View file

@ -103,6 +103,8 @@ spec:
DEST="/tmp/dashboards/UniFi" DEST="/tmp/dashboards/UniFi"
mkdir -p "$DEST" mkdir -p "$DEST"
for f in \ 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_ Client Insights - Prometheus.json" \
"UniFi-Poller_ Network Sites - Prometheus.json" \ "UniFi-Poller_ Network Sites - Prometheus.json" \
"UniFi-Poller_ UAP Insights - Prometheus.json" \ "UniFi-Poller_ UAP Insights - Prometheus.json" \