21 lines
558 B
Markdown
21 lines
558 B
Markdown
# Unifi
|
|
|
|
Collect your Unifi Controller Client data and send it to an InfluxDB instance.
|
|
|
|

|
|
|
|
## Deploying
|
|
|
|
|
|
Clone the repository and using `.env.example` create your own `.env` file with your Unifi GUI and InfluxDB credentials.
|
|
|
|
|
|
Set your environment variables before running:
|
|
|
|
```
|
|
source .env ; ./unifi-poller
|
|
```
|
|
|
|
## Copyright & License
|
|
Copyright © 2016 Garrett Bjerkhoel. See [MIT-LICENSE](http://github.com/dewski/unifi/blob/master/MIT-LICENSE) for details.
|