diff --git a/integrations/promunifi/report.go b/integrations/promunifi/report.go index f447caec..01e07f65 100644 --- a/integrations/promunifi/report.go +++ b/integrations/promunifi/report.go @@ -45,9 +45,6 @@ func (r *Report) metrics() *poller.Metrics { func (r *Report) report(c poller.Collect, descs map[*prometheus.Desc]bool) { m := r.Metrics - if m == nil || m.Devices == nil || m.Clients == nil { - return - } c.Logf("UniFi Measurements Exported. Site: %d, Client: %d, "+ "UAP: %d, USG/UDM: %d, USW: %d, Descs: %d, "+