From 7b04d8a9df5aaea979989511fc2247fd183f6a48 Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Sat, 13 Jun 2020 20:48:34 -0700 Subject: [PATCH] minor change --- integrations/promunifi/go.mod | 2 +- integrations/promunifi/go.sum | 2 ++ integrations/promunifi/udm.go | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/integrations/promunifi/go.mod b/integrations/promunifi/go.mod index 1a942f24..d6c664fe 100644 --- a/integrations/promunifi/go.mod +++ b/integrations/promunifi/go.mod @@ -8,5 +8,5 @@ require ( github.com/prometheus/common v0.9.1 github.com/prometheus/procfs v0.0.10 // indirect github.com/unifi-poller/poller v0.0.5 - github.com/unifi-poller/unifi v0.0.5-0.20200614031431-bd4934fc585b + github.com/unifi-poller/unifi v0.0.5-0.20200614034623-f4c1d18157c2 ) diff --git a/integrations/promunifi/go.sum b/integrations/promunifi/go.sum index 7d839b42..6ce31509 100644 --- a/integrations/promunifi/go.sum +++ b/integrations/promunifi/go.sum @@ -100,6 +100,8 @@ github.com/unifi-poller/unifi v0.0.4 h1:NDTxHTdF0MAt1y1RU8J+MSqdYlO0CEIqlrktcj3y github.com/unifi-poller/unifi v0.0.4/go.mod h1:bTUtctrf56aapjKH+L+98eThBaVFbQXw5iNGZI0g/+E= github.com/unifi-poller/unifi v0.0.5-0.20200614031431-bd4934fc585b h1:g3nleMBVzn/0PVwzoNYCwioFgYjzOxMByAO66a/tTf0= github.com/unifi-poller/unifi v0.0.5-0.20200614031431-bd4934fc585b/go.mod h1:L1kMRH2buZhB31vZnRC1im7Tk/4uD3ET4biwl2faYy8= +github.com/unifi-poller/unifi v0.0.5-0.20200614034623-f4c1d18157c2 h1:iDOUe8UECHQoOyzWIarbGNVdwEth16iiUsw+1UgQ+sw= +github.com/unifi-poller/unifi v0.0.5-0.20200614034623-f4c1d18157c2/go.mod h1:L1kMRH2buZhB31vZnRC1im7Tk/4uD3ET4biwl2faYy8= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= diff --git a/integrations/promunifi/udm.go b/integrations/promunifi/udm.go index 19283930..dce948fd 100644 --- a/integrations/promunifi/udm.go +++ b/integrations/promunifi/udm.go @@ -9,7 +9,7 @@ import ( type unifiDevice struct { Info *prometheus.Desc Uptime *prometheus.Desc - Temperature *prometheus.Desc // sw only + Temperature *prometheus.Desc // sw,udmp only TotalMaxPower *prometheus.Desc // sw only FanLevel *prometheus.Desc // sw only TotalTxBytes *prometheus.Desc