Add DPI collection

This commit is contained in:
davidnewhall2
2019-12-27 23:59:16 -08:00
parent 4ddff5bb25
commit bd0680b92a
16 changed files with 209 additions and 107 deletions

4
go.mod
View File

@@ -8,8 +8,6 @@ require (
github.com/prometheus/client_golang v1.3.0
github.com/prometheus/common v0.7.0
github.com/spf13/pflag v1.0.5
golang.org/x/sys v0.0.0-20191224085550-c709ea063b76 // indirect
golift.io/cnfg v0.0.5
golift.io/unifi v4.1.7-0.20191215214413-4d78625be4cd+incompatible
gopkg.in/yaml.v2 v2.2.7 // indirect
golift.io/unifi v0.0.400
)