a couple others missing
This commit is contained in:
		
							parent
							
								
									32c1107269
								
							
						
					
					
						commit
						f4e55340fc
					
				|  | @ -84,6 +84,7 @@ func (u *InfluxUnifi) processVAPTable(r report, t map[string]string, vt unifi.Va | ||||||
| 			"id":          s.ID, | 			"id":          s.ID, | ||||||
| 			"name":        s.Name, | 			"name":        s.Name, | ||||||
| 			"radio_name":  s.RadioName, | 			"radio_name":  s.RadioName, | ||||||
|  | 			"radio":       s.Radio, | ||||||
| 			"essid":       s.Essid, | 			"essid":       s.Essid, | ||||||
| 			"site_id":     s.SiteID, | 			"site_id":     s.SiteID, | ||||||
| 			"usage":       s.Usage, | 			"usage":       s.Usage, | ||||||
|  | @ -97,6 +98,8 @@ func (u *InfluxUnifi) processVAPTable(r report, t map[string]string, vt unifi.Va | ||||||
| 			"avg_client_signal":         s.AvgClientSignal.Val, | 			"avg_client_signal":         s.AvgClientSignal.Val, | ||||||
| 			"satisfaction":              s.Satisfaction.Val, | 			"satisfaction":              s.Satisfaction.Val, | ||||||
| 			"satisfaction_now":          s.SatisfactionNow.Val, | 			"satisfaction_now":          s.SatisfactionNow.Val, | ||||||
|  | 			"num_sta":                   s.NumSta, | ||||||
|  | 			"channel":                   s.Channel, | ||||||
| 			"rx_bytes":                  s.RxBytes.Val, | 			"rx_bytes":                  s.RxBytes.Val, | ||||||
| 			"rx_crypts":                 s.RxCrypts.Val, | 			"rx_crypts":                 s.RxCrypts.Val, | ||||||
| 			"rx_dropped":                s.RxDropped.Val, | 			"rx_dropped":                s.RxDropped.Val, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue