https://github.com/dewski/unifi
Collect your Unifi client data every 15 seconds and send it to an InfluxDB instance.
https://github.com/dewski/unifi
Last synced: 8 months ago
JSON representation
Collect your Unifi client data every 15 seconds and send it to an InfluxDB instance.
- Host: GitHub
- URL: https://github.com/dewski/unifi
- Owner: dewski
- License: mit
- Created: 2016-09-30T06:54:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T02:31:42.000Z (about 7 years ago)
- Last Synced: 2025-04-11T00:46:15.664Z (12 months ago)
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# 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](http://github.com/dewski/unifi/blob/master/MIT-LICENSE) for details.