Commit Graph

4761 Commits

Author SHA1 Message Date
Justin Partain 118605b438
Final Updates 2020-10-01 23:39:17 -05:00
Cody Lee ceeb63870e initial commit 2020-10-01 20:15:01 -05:00
Cody Lee 575473d9f8 add travis.yml and add go.mod 2020-10-01 09:22:13 -05:00
Cody Lee c220fc4bab Initial commit 2020-10-01 09:20:42 -05:00
David Newhall II 9674b1a85d Merge pull request #39 from adregner/unifi_network_type
add networks
2020-09-28 00:34:46 -07:00
David Newhall II 3571f082e2
Merge pull request #258 from jpartain89/master
Synology Docker-Compose
2020-09-27 16:24:46 -07:00
Andrew Regner 23dc92dbfa Update networks.go
Co-authored-by: David Newhall II <david@sleepers.pro>
2020-09-11 14:52:46 -07:00
Andrew Regner 95f017cae6 Update networks.go
Co-authored-by: David Newhall II <david@sleepers.pro>
2020-09-11 14:52:40 -07:00
Andrew Regner 422c3f220f Update networks.go
Co-authored-by: David Newhall II <david@sleepers.pro>
2020-09-11 14:52:25 -07:00
Andrew Regner b7f8e3a98e add networks 2020-09-08 00:22:46 -07:00
Justin Partain cec13cefd6
Variable Updates and Instructional Changes
Variables:
- Removed the `...Rendering_callback_url` references
- Removed the `GRAFANA_NETWORK` variables, as the network name can't be a variable.
Instructions:
- Fixed a few errors
- Added the section for running `docker-compose up -d` to start the containers, and then included creating the influx database instructions utilizing the GUI.
2020-08-17 04:58:35 -05:00
Justin Partain 17f9be2cf6
First Round Updates
Here are some of the higher-level, more basic updates that you guys mentioned so far:
- Added a small part about the `.env` file and what its for
- Changed the various references to directories from `grafana` to `unifi-poller` as the base
- Changed the user name to create in the GUI from `grafana` to `unifi-poller`. 
  - Thought this might be more streamlined(?)
  - Might want to look into changing that on the docker instructions, too, if we prefer this
  - You have to keep the `sudo id` bit later, as we can't tell the GUI to use a specific user ID.

Let me know what you think about these minor updates, here.
2020-08-13 20:40:44 -05:00
Justin Partain cc7d85a9c9
Completed README
- Finished writing `README.md`
2020-07-31 14:31:33 -05:00
Justin Partain 4b432b4552
Fixed Variables and Network Name
- Fixed the variable names for the rendering callback url and rendering server url
2020-07-31 01:16:53 -05:00
Justin Partain 6e6596985e
Updated Spacing 2020-07-31 00:53:47 -05:00
Justin Partain ed23c39500
Major Initial Push
This is the first push with most of the edits/variables in place. Most of whats left is filling out the `README.md` file for the variables and what they mean and/or need.

- Moved most of the editable/user configurable options to variables inside of the `docker-compose.example.env` file
- Wrote the explainer for the directory creation and the user creation that is necessary
2020-07-31 00:53:35 -05:00
Justin Partain 8d99963fb8
Update for 07-30-2020 15-30-44 2020-07-30 15:30:44 -05:00
davidnewhall2 340ddec7c6 fix lint 2020-07-20 00:30:07 -07:00
davidnewhall2 08d42c2b48 lowercase 2020-07-19 21:14:58 -07:00
davidnewhall2 fc3ed9065f drewsauce 2020-07-19 21:12:15 -07:00
davidnewhall2 79abe7512a fix webserver output 2020-07-19 20:16:53 -07:00
davidnewhall2 39014fb124 bug fix 2020-07-19 12:41:07 -07:00
davidnewhall2 6197177a45 update config file options 2020-07-19 00:17:47 -07:00
davidnewhall2 cddf2942b0 re-arrangement 2020-07-19 00:10:36 -07:00
davidnewhall2 5a5c79095e add path 2020-07-19 00:04:42 -07:00
davidnewhall2 02bcc9746c Switch webserver/poller 2020-07-07 03:25:08 -07:00
davidnewhall2 1147693386 update api 2020-07-07 02:39:30 -07:00
davidnewhall2 c3c9043ac7 rename a few things 2020-07-07 02:39:10 -07:00
davidnewhall2 81f9c8a7d1 add plugins to config 2020-07-07 02:11:48 -07:00
davidnewhall2 7e37bb5d6e minor updates 2020-07-06 02:39:38 -07:00
davidnewhall2 0a191071b3 readme update 2020-07-06 02:38:52 -07:00
davidnewhall2 e0a9fe09b1 play with webserver data 2020-07-06 00:45:51 -07:00
davidnewhall2 a4da890bb0 add filters to clients, devices, eventgroups 2020-07-06 00:44:54 -07:00
davidnewhall2 1aa6f2e47a use id instead of name for log groups 2020-07-06 00:42:53 -07:00
davidnewhall2 8abf82114c update config 2020-07-05 03:06:50 -07:00
davidnewhall2 e24223ecd8 stricter linting disabled 2020-07-05 03:01:28 -07:00
davidnewhall2 1afed6d7d9 event groups per site instead of per controller 2020-07-05 02:55:37 -07:00
davidnewhall2 e655a425f3 web server updates 2020-07-04 00:43:02 -07:00
davidnewhall2 ad37984924 add uptimes, rx/tx per client, controller id 2020-07-04 00:00:12 -07:00
davidnewhall2 3aa0bab6b2 add uptimes, rx/tx per client, controller id, eventgroups 2020-07-03 23:59:11 -07:00
davidnewhall2 1e0437c20b fix race/crash 2020-07-03 02:48:27 -07:00
davidnewhall2 cccad3d347 fix concurrent map write 2020-07-03 02:46:40 -07:00
davidnewhall2 e733ba2a1d split output init 2020-06-30 04:30:56 -07:00
davidnewhall2 7ed41de81d make json easier 2020-06-30 04:00:18 -07:00
davidnewhall2 a8423e36aa use uuid instead of url 2020-06-30 03:59:34 -07:00
davidnewhall2 a3ccb7e36b data hoarding 2020-06-30 03:39:54 -07:00
davidnewhall2 25592b4c21 name 2020-06-30 03:36:08 -07:00
davidnewhall2 55612d3e27 allow digging into events per queue 2020-06-30 03:35:54 -07:00
davidnewhall2 34fdcc6289 collect more 2020-06-30 03:17:05 -07:00
davidnewhall2 21e923c1b5 eh 2020-06-30 03:16:53 -07:00