update expectations
This commit is contained in:
parent
4da299ff46
commit
9d1f8606df
|
|
@ -366,6 +366,8 @@ gauges:
|
||||||
- unifi.ubb.uptime
|
- unifi.ubb.uptime
|
||||||
- unifi.ubb.mem
|
- unifi.ubb.mem
|
||||||
- unifi.ubb.network
|
- unifi.ubb.network
|
||||||
|
- unifi.uplink_max_speed
|
||||||
|
- unifi.uplink_uptime
|
||||||
counts:
|
counts:
|
||||||
- unifi.collector.num_devices
|
- unifi.collector.num_devices
|
||||||
- unifi.collector.num_errors
|
- unifi.collector.num_errors
|
||||||
|
|
|
||||||
|
|
@ -615,9 +615,11 @@ points:
|
||||||
tx_bytes: float
|
tx_bytes: float
|
||||||
upgradeable: bool
|
upgradeable: bool
|
||||||
uplink_latency: float
|
uplink_latency: float
|
||||||
|
uplink_max_speed: float
|
||||||
uplink_name: string
|
uplink_name: string
|
||||||
uplink_speed: float
|
uplink_speed: float
|
||||||
uplink_type: string
|
uplink_type: string
|
||||||
|
uplink_uptime: float
|
||||||
uptime: float
|
uptime: float
|
||||||
user-num_sta: float
|
user-num_sta: float
|
||||||
version: string
|
version: string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue