Skip to content
/ unifi Public

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

License

Notifications You must be signed in to change notification settings

dewski/unifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published