From 381a31a5b20709a764a61ba92f5b9040a46b295f Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Sun, 17 Nov 2019 18:13:35 -0800 Subject: [PATCH] missed one --- integrations/influxunifi/poller/start.go | 1 - 1 file changed, 1 deletion(-) diff --git a/integrations/influxunifi/poller/start.go b/integrations/influxunifi/poller/start.go index 8acfe85b..931f40f1 100644 --- a/integrations/influxunifi/poller/start.go +++ b/integrations/influxunifi/poller/start.go @@ -104,7 +104,6 @@ func (u *UnifiPoller) Run() (err error) { Namespace: defaultNamespace, // XXX: pass this in from config. CollectFn: u.ExportMetrics, LoggingFn: u.LogExportReport, - CollectIDS: u.Config.CollectIDS, ReportErrors: true, // XXX: Does this need to be configurable? })) return http.ListenAndServe(u.Config.HTTPListen, nil)