From a83bae4a206732e47ff7153bf20002d47b8397a8 Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Fri, 29 Nov 2019 23:36:26 -0800 Subject: [PATCH] one more.. --- core/poller/promunifi/clients.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/poller/promunifi/clients.go b/core/poller/promunifi/clients.go index 2915c460..ac12bdf8 100644 --- a/core/poller/promunifi/clients.go +++ b/core/poller/promunifi/clients.go @@ -44,7 +44,7 @@ func descClient(ns string) *uclient { labels := []string{"name", "mac", "site_name", "gw_name", "sw_name", "vlan", "ip", "oui", "network", "sw_port", "ap_name", "wired"} labelW := append([]string{"radio_name", "radio", "radio_proto", "channel", "essid", "bssid", "radio_desc"}, labels...) return &uclient{ - Anomalies: prometheus.NewDesc(ns+"anomalies_total", "Client Anomalies", labelW, nil), + Anomalies: prometheus.NewDesc(ns+"anomalies", "Client Anomalies", labelW, nil), BytesR: prometheus.NewDesc(ns+"transfer_rate_bytes", "Client Data Rate", labelW, nil), CCQ: prometheus.NewDesc(ns+"ccq_percent", "Client Connection Quality", labelW, nil), Satisfaction: prometheus.NewDesc(ns+"satisfaction_percent", "Client Satisfaction", labelW, nil),