This commit is contained in:
parent
39b25739be
commit
a512418a18
|
|
@ -181,6 +181,7 @@ func (u *promUnifi) exportUAPstats(r report, labels []string, ap *unifi.Ap, byte
|
||||||
log.Println("ap was nil?!", labels[2])
|
log.Println("ap was nil?!", labels[2])
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
log.Println("ap not nil")
|
||||||
labelU := []string{"user", labels[1], labels[2]}
|
labelU := []string{"user", labels[1], labels[2]}
|
||||||
labelG := []string{"guest", labels[1], labels[2]}
|
labelG := []string{"guest", labels[1], labels[2]}
|
||||||
r.send([]*metric{
|
r.send([]*metric{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue