2018-04-20 13:21:30 -07:00
2016-09-30 00:13:32 -07:00
2016-09-30 00:08:55 -07:00
2016-09-30 00:24:28 -07:00
2016-09-30 00:08:55 -07:00
2016-09-30 00:13:32 -07:00
2018-04-20 13:20:07 -07:00
2018-04-20 13:21:30 -07:00
2016-09-30 11:24:23 -07:00
2016-09-30 00:08:55 -07:00
2016-09-30 11:24:23 -07:00

Unifi

Collect your Unifi client data every 15 seconds and send it to an InfluxDB instance.

image

Deploying

The repository is ready for deployment on Heroku. Steps to deploy:

Clone the repository and using .env.example create your own .env file with your Unifi GUI and InfluxDB credentials.

Create your heroku application:

heroku create [name]

Set your environment variables before deploying:

heroku config:set $(cat .env | grep -v ^# | xargs)

Push to heroku:

git push heroku master

Copyright © 2016 Garrett Bjerkhoel. See MIT-LICENSE for details.

Description
No description provided
Readme MIT 23 MiB
Languages
Go 94.9%
Shell 3.2%
Python 1.2%
Makefile 0.5%
Dockerfile 0.1%