From c0809d7881e00b274fe69ba3c11d146c50e0c460 Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Thu, 30 Jan 2020 22:13:21 -0800 Subject: [PATCH] add rundate for speedtest --- integrations/influxunifi/usg.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/influxunifi/usg.go b/integrations/influxunifi/usg.go index f4753a82..3bd77b64 100644 --- a/integrations/influxunifi/usg.go +++ b/integrations/influxunifi/usg.go @@ -57,6 +57,7 @@ func (u *InfluxUnifi) batchUSGstat(ss unifi.SpeedtestStatus, gw *unifi.Gw, ul un "uplink_speed": ul.Speed.Val, "speedtest-status_latency": ss.Latency.Val, "speedtest-status_runtime": ss.Runtime.Val, + "speedtest-status_rundate": ss.Rundate.Val, "speedtest-status_ping": ss.StatusPing.Val, "speedtest-status_xput_download": ss.XputDownload.Val, "speedtest-status_xput_upload": ss.XputUpload.Val,