mirror of
https://github.com/unpoller/unpoller.git
synced 2026-03-31 06:24:19 -04:00
d61795eced536cd81d0b072a9cf9197cd7e7c08c
Unifi
Collect your Unifi client data every 15 seconds and send it to an InfluxDB instance.
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
Copyright © 2016 Garrett Bjerkhoel. See MIT-LICENSE for details.
Languages
Go
94.9%
Shell
3.2%
Python
1.2%
Makefile
0.5%
Dockerfile
0.1%
