unpoller / unpoller

Application: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus
https://unpoller.com
MIT License
2.06k stars 146 forks source link

RESOLVED: Panel plugin not found: table-old and DPI Dashboard: No data #248

Closed isujosh closed 3 years ago

isujosh commented 4 years ago

The dashboard is throwing an error "Panel plugin not found: table-old"

Not sure which plugin this is referring to?

Apart from that, the Unifi Poller is superb!

isujosh commented 4 years ago

This is where it is referenced in the JSON Model

"timeFrom": "5m",
  "title": "Wired Devices",
  "transform": "table",
  "type": "table-old"
davidnewhall commented 4 years ago

Upgrading Grafana will solve this. The dashboards are exported from Grafana 7.

isujosh commented 4 years ago

Many thanks.

I am on Grafana 6.6.1 - but apt-get update & upgrade doesn't find version 7, so I'll check up on doing this manually.

davidnewhall commented 4 years ago

You may follow the Ubuntu instructions here. https://github.com/unifi-poller/unifi-poller/wiki/Grafana#ubuntu-1804

isujosh commented 4 years ago

I'm running unifi-poller on a raspberry pi 4 and it doesn't look like there is a Grafana 7 distro for raspian/buster unless I'm missing something

davidnewhall commented 4 years ago

I'd assume you're missing something. Grafana runs on pretty much any OS.

https://grafana.com/grafana/download?platform=arm

isujosh commented 4 years ago

Managed to get Grafana 7.0.5 installed - thanks for pointing me in the right direction.

I now have a new problem with the Client-DPI dashboard - none of the panels are populating with data. It appears as if there is no site name - the only option is 'None'

image

davidnewhall commented 4 years ago

DPI must be enabled in the controller and in the poller config. Two spots.

isujosh commented 4 years ago

I have it enabled in the controller already - but only just noticed the 'save_dpi = true' option in up.conf

I'll try this again tomorrow and let you know how I get on - thanks again!

isujosh commented 4 years ago

That dashboard is populating with data now - I'll report back on any issues if that's helpful. Thanks yet again