Update promunifi/usw.go
Co-Authored-By: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
204a93fab1
commit
3db371fe6f
|
|
@ -77,7 +77,7 @@ func descUSW(ns string) *usw {
|
|||
return &usw{
|
||||
// switch data
|
||||
Uptime: prometheus.NewDesc(ns+"uptime", "Uptime", labels, nil),
|
||||
Temperature: prometheus.NewDesc(ns+"temperature", "Temperature", labels, nil),
|
||||
Temperature: prometheus.NewDesc(ns+"temperature_celsius", "Temperature", labels, nil),
|
||||
TotalMaxPower: prometheus.NewDesc(ns+"max_power_total", "Total Max Power", labels, nil),
|
||||
FanLevel: prometheus.NewDesc(ns+"fan_level", "Fan Level", labels, nil),
|
||||
TotalTxBytes: prometheus.NewDesc(ns+"bytes_tx_total", "Total Transmitted Bytes", labels, nil),
|
||||
|
|
|
|||
Loading…
Reference in New Issue