Merge branch 'master' of github.com:davidnewhall/unifi-poller
This commit is contained in:
commit
ff99a442a8
|
|
@ -48,6 +48,6 @@ COMMIT="$(git rev-parse --short HEAD || echo 0)"
|
||||||
# Used by homebrew downloads.
|
# Used by homebrew downloads.
|
||||||
#SOURCE_PATH=https://codeload.${IMPORT_PATH}/tar.gz/v${VERSION}
|
#SOURCE_PATH=https://codeload.${IMPORT_PATH}/tar.gz/v${VERSION}
|
||||||
# This is a custom download path for homebrew formula.
|
# This is a custom download path for homebrew formula.
|
||||||
SOURCE_PATH=https://code.golift.io/${BINARY}/archive/v${VERSION}.tar.gz
|
SOURCE_PATH=https://golift.io/${BINARY}/archive/v${VERSION}.tar.gz
|
||||||
|
|
||||||
export IMPORT_PATH SOURCE_URL URL VERSION_PATH VVERSION VERSION ITERATION DATE COMMIT SOURCE_PATH
|
export IMPORT_PATH SOURCE_URL URL VERSION_PATH VVERSION VERSION ITERATION DATE COMMIT SOURCE_PATH
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@
|
||||||
|
|
||||||
[](https://discord.gg/DyVsMyt)
|
[](https://discord.gg/DyVsMyt)
|
||||||
[](https://twitter.com/TwitchCaptain)
|
[](https://twitter.com/TwitchCaptain)
|
||||||
[](http://grafana.com/dashboards?search=unifi-poller)
|
[](http://grafana.com/dashboards?search=unifi-poller)
|
||||||
[](https://hub.docker.com/r/golift/unifi-poller)
|
[](https://hub.docker.com/r/golift/unifi-poller)
|
||||||
[](https://www.somsubhra.com/github-release-stats/?username=davidnewhall&repository=unifi-poller)
|
[](https://www.somsubhra.com/github-release-stats/?username=davidnewhall&repository=unifi-poller)
|
||||||
|
|
||||||
[](https://github.com/golift/unifi)
|
[](https://github.com/golift/unifi)
|
||||||
[](https://github.com/golift/application-builder)
|
[](https://github.com/golift/application-builder)
|
||||||
[](https://github.com/davidnewhall/unifi-poller)
|
[](https://github.com/davidnewhall/unifi-poller)
|
||||||
[](https://travis-ci.org/davidnewhall/unifi-poller)
|
[](https://travis-ci.org/davidnewhall/unifi-poller)
|
||||||
|
|
||||||
|
|
@ -91,7 +91,7 @@ script if you needed to. It's available for macOS, Linux and Docker. It comes wi
|
||||||
a systemd service unit that allows you automatically start it up on most Linux
|
a systemd service unit that allows you automatically start it up on most Linux
|
||||||
hosts. It works just fine on [Windows](https://github.com/davidnewhall/unifi-poller/wiki/Windows) too.
|
hosts. It works just fine on [Windows](https://github.com/davidnewhall/unifi-poller/wiki/Windows) too.
|
||||||
|
|
||||||
The unifi data extraction is provided as an [external library](https://godoc.org/github.com/golift/unifi),
|
The unifi data extraction is provided as an [external library](https://godoc.org/golift.io/unifi),
|
||||||
and you can import that code directly without futzing with this application. That
|
and you can import that code directly without futzing with this application. That
|
||||||
means, if you wanted to do something like make telegraf collect your data instead
|
means, if you wanted to do something like make telegraf collect your data instead
|
||||||
of UniFi Poller you can achieve that with a little bit of Go code. You could write
|
of UniFi Poller you can achieve that with a little bit of Go code. You could write
|
||||||
|
|
@ -120,19 +120,19 @@ configurations. Help me figure that out?
|
||||||
# What's it look like?
|
# What's it look like?
|
||||||
|
|
||||||
Here's a picture of the Client dashboard.
|
Here's a picture of the Client dashboard.
|
||||||

|

|
||||||
|
|
||||||
Here's a picture of the USG dashboard.
|
Here's a picture of the USG dashboard.
|
||||||

|

|
||||||
|
|
||||||
Here's a picture of the UAP dashboard. This only shows one device, but you can
|
Here's a picture of the UAP dashboard. This only shows one device, but you can
|
||||||
select multiple to put specific stats side-by-side.
|
select multiple to put specific stats side-by-side.
|
||||||

|

|
||||||
|
|
||||||
The USW / Switch Dashboard is pretty big with one data-filled section per selected port.
|
The USW / Switch Dashboard is pretty big with one data-filled section per selected port.
|
||||||
You can drill down into specific sites, switches, and ports. Compare ports in different
|
You can drill down into specific sites, switches, and ports. Compare ports in different
|
||||||
sites side-by-side. So easy! This screenshot barely does it justice.
|
sites side-by-side. So easy! This screenshot barely does it justice.
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Copyright & License
|
## Copyright & License
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue