mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 08:54:09 -04:00
remote upgrade metrics for #433
This commit is contained in:
@@ -70,6 +70,7 @@ func (u *DatadogUnifi) batchUAP(r report, s *unifi.UAP) {
|
||||
data["user_num_sta"] = s.UserNumSta.Val
|
||||
data["guest_num_sta"] = s.GuestNumSta.Val
|
||||
data["num_sta"] = s.NumSta.Val
|
||||
data["upgradeable"] = boolToFloat64(s.Upgradable.Val)
|
||||
|
||||
r.addCount(uapT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user