Update docs with ne wdashboard locations.
This commit is contained in:
parent
c4dedc5977
commit
615790a7c7
6
Makefile
6
Makefile
|
|
@ -127,9 +127,8 @@ package_build_linux: readme man linux
|
|||
cp *.1.gz $@/usr/share/man/man1
|
||||
cp examples/*.conf.example $@/etc/$(BINARY)/
|
||||
cp examples/up.conf.example $@/etc/$(BINARY)/up.conf
|
||||
cp LICENSE *.html examples/*dash.json examples/up.conf.example $@/usr/share/doc/$(BINARY)/
|
||||
cp LICENSE *.html examples/up.conf.example $@/usr/share/doc/$(BINARY)/
|
||||
# These go to their own folder so the img src in the html pages continue to work.
|
||||
cp examples/*.png $@/usr/share/doc/$(BINARY)/examples
|
||||
cp init/systemd/$(BINARY).service $@/lib/systemd/system/
|
||||
|
||||
check_fpm:
|
||||
|
|
@ -170,9 +169,8 @@ install: man readme $(BINARY)
|
|||
/usr/bin/install -m 0644 -cp $(BINARY).1.gz $(PREFIX)/share/man/man1
|
||||
/usr/bin/install -m 0644 -cp examples/up.conf.example $(ETC)/$(BINARY)/
|
||||
[ -f $(ETC)/$(BINARY)/up.conf ] || /usr/bin/install -m 0644 -cp examples/up.conf.example $(ETC)/$(BINARY)/up.conf
|
||||
/usr/bin/install -m 0644 -cp LICENSE *.html examples/{*dash.json,up.conf.example} $(PREFIX)/share/doc/$(BINARY)/
|
||||
/usr/bin/install -m 0644 -cp LICENSE *.html examples/up.conf.example $(PREFIX)/share/doc/$(BINARY)/
|
||||
# These go to their own folder so the img src in the html pages continue to work.
|
||||
/usr/bin/install -m 0644 -cp examples/*.png $(PREFIX)/share/doc/$(BINARY)/examples
|
||||
|
||||
# If you installed with `make install` run `make uninstall` before installing a binary package.
|
||||
# This will remove the package install from macOS, it will not remove a package install from Linux.
|
||||
|
|
|
|||
12
README.md
12
README.md
|
|
@ -107,23 +107,19 @@ configurations. Help me figure that out?
|
|||
# What's it look like?
|
||||
|
||||
Here's a picture of the Client 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
|
||||
select multiple to put specific stats side-by-side.
|
||||
|
||||

|
||||

|
||||
|
||||
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
|
||||
sites side-by-side. So easy! This screenshot barely does it justice.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Copyright & License
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@ measurements in an Influx Database. The measurements and metrics collected belon
|
|||
to every available site, device and client found on the controller. Including
|
||||
UniFi Security Gateways, Access Points, Switches and possibly more.
|
||||
|
||||
Dashboards for Grafana are available.
|
||||
Find them at [Grafana.com](https://grafana.com/dashboards?search=unifi-poller).
|
||||
|
||||
DESCRIPTION
|
||||
---
|
||||
Unifi-Poller is a small Golang application that runs on Windows, macOS, Linux or
|
||||
|
|
|
|||
|
|
@ -1,11 +1,8 @@
|
|||
# Grafana Dashboards & Examples
|
||||
|
||||
This folder contains 4 grafana dashboards to get you started with the new data pool.
|
||||
Import these into Grafana to quickly visualize data from your devices.
|
||||
Created with Grafana 6.2.
|
||||
This folder used to contain Grafana Dashboards.
|
||||
|
||||
These dashboards require a few plugins.
|
||||
See the [Grafana Wiki Article](https://github.com/davidnewhall/unifi-poller/wiki/Grafana) for more info.
|
||||
**They are now located at [Grafana.com](https://grafana.com/dashboards?search=unifi-poller).** More info is available on The [Grafana Dashboards Wiki Page](https://github.com/davidnewhall/unifi-poller/wiki/Grafana-Dashboards).
|
||||
|
||||
Keep in mind these dashboards are just examples. You should make an Example folder
|
||||
in Grafana to keep them in, and copy them to new dashboards that you want to change.
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 238 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 130 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 200 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 158 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 237 KiB |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue