Application: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus
Go to file
Cody Lee 3e4c4e9b59
Update CODE_OF_CONDUCT.md
2022-12-29 11:29:50 -06:00
.github cancel in progress 2022-12-28 11:52:11 -06:00
examples fixed start loop 2022-12-11 13:00:40 -06:00
init fixes freebsd package 2022-12-22 16:09:55 -06:00
pkg CLI works 2022-12-22 18:16:43 -06:00
scripts ensure user is setup in preinstall hook 2022-12-23 12:12:29 -06:00
.gitignore packages for 386 and arm 2022-11-09 17:13:47 -06:00
.goreleaser.yaml ensure user is setup in preinstall hook 2022-12-23 12:12:29 -06:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2022-12-29 11:29:50 -06:00
CONTRIBUTING.md The elves did a little winter cleaning! They are making room for all the features and bug fixes coming soon, I can almost hear the jolly old ho ho ho! 2022-12-17 08:45:25 -06:00
Dockerfile fix the default missing config based off example config, this was affecting #443 2022-12-09 10:01:47 -06:00
LICENSE update links/readme/license 2019-12-28 20:00:03 -08:00
Makefile fixes freebsd package 2022-12-22 16:09:55 -06:00
README.md file formatting fixes 2022-11-23 22:08:48 -06:00
go.mod upgrades unifi lib to 0.2.2 2022-12-23 12:46:14 -06:00
go.sum upgrades unifi lib to 0.2.2 2022-12-23 12:46:14 -06:00
main.go all to pkg 2022-12-02 20:48:01 -05:00
settings.sh The elves did a little winter cleaning! They are making room for all the features and bug fixes coming soon, I can almost hear the jolly old ho ho ho! 2022-12-17 08:45:25 -06:00

README.md

discord grafana pulls DLs

unifi builer stars

Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection. Twelve Grafana Dashboards included; with screenshots. Six for InfluxDB and six for Prometheus.

Installation

See the Documentation! We're willing to help if you have troubles. Open an Issue and we'll figure out how to get things working for you. You can also get help in the #unpoller channel on the GoLift Discord server. There is also a forum post you may use to get additional help.

Description

Ubiquiti makes networking devices like switches, gateways (routers) and wireless access points. They have a line of equipment named UniFi that uses a controller to keep stats and simplify network device configuration. This controller can be installed on Windows, macOS, FreeBSD, Linux or Docker. Ubiquiti also provides a dedicated hardware device called a CloudKey that runs the controller software. More recently they've developed the Dream Machine, and UnPoller can collect its data!

UnPoller is a small Golang application that runs on Windows, macOS, FreeBSD, Linux or Docker. In Influx-mode it polls a UniFi controller every 30 seconds for measurements and exports the data to an Influx database. In Prometheus mode the poller opens a web port and accepts Prometheus polling. It converts the UniFi Controller API data into Prometheus exports on the fly.

This application requires your controller to be running all the time. If you run a UniFi controller, there's no excuse not to install Influx or Prometheus, Grafana and this app. You'll have a plethora of data at your fingertips and the ability to craft custom graphs to slice the data any way you choose. Good luck!

Supported as of Poller v2.0.2, are Loki and the collection of UniFi events, alarms, anomalies and IDS data. This data can be exported to Loki or InfluxDB, or both!

Operation

You can control this app with puppet, chef, saltstack, homebrew or a simple bash script if you needed to. Packages are available for macOS, Linux, FreeBSD and Docker. It works just fine on Windows too.

What does it look like?

There are 12 total dashboards available; the 6 InfluxDB dashboards are very similar to the 6 Prometheus dashboards. On the documentation website you'll find screenshots of some of the dashboards.

Integrations

The following fine folks are providing their services, completely free! These service integrations are used for things like storage, building, compiling, distribution and documentation support. This project succeeds because of them. Thank you!

  • Copyright © 2018-2020 David Newhall II.
  • See LICENSE for license information.