mikrotik-exporter/collector
Reinhard Tartler aa5ef26ed3 wlansta: Record wifi signal strength
signal-strength-ch0 is only accurate for devices with one antenna. Many
mikrotik devices have two, or even three channels, and just looking at ch0 is
not helpful in those cases.

Instead, look at the property 'signal-strength'. Annoyingly, it is does come as
a string with the negotiated bandwidth attached (e.g.,
signal-strength=-66dBm@HT20-7) which needs to be parsed out.
2020-03-30 06:55:15 -04:00
..
bgp_collector.go fixed bgp collector (#12) 2018-05-21 16:56:21 -04:00
collector_context.go switch to go modules (#58) 2019-11-16 00:05:31 -05:00
collector.go Add health collector (#70) 2020-02-10 13:55:10 -05:00
dhcp_collector.go Fix validate that string is not empty before strconv.ParseFloat (#59) 2019-12-02 22:01:36 -05:00
dhcp_lease_collector.go Add health collector (#70) 2020-02-10 13:55:10 -05:00
dhcpv6_collector.go More features (#9) 2018-04-11 09:21:38 -04:00
health_collector.go Add health collector (#70) 2020-02-10 13:55:10 -05:00
helper.go Add health collector (#70) 2020-02-10 13:55:10 -05:00
interface_collector.go Handle empty properties when collecting interface metrics (#20) 2018-10-31 22:40:11 -04:00
ipsec_collector.go Create ipsec collector (#51) 2019-10-24 21:11:05 -04:00
monitor_collector.go [ci skip] monitor data for ethernet ports (#45) 2019-08-20 22:11:03 -04:00
optics_collector.go Added optical diagnostic metrics (#10) 2018-05-07 14:31:19 -04:00
poe_collector.go Fix validate that string is not empty before strconv.ParseFloat (#59) 2019-12-02 22:01:36 -05:00
pool_collector.go Fix routes collector to be compatible with latest RouterOS release (#66) 2020-02-03 21:33:02 -05:00
resource_collector_test.go fix uptime regex and lazy coding for #34 (#35) 2019-02-21 22:39:25 -05:00
resource_collector.go Fix routes collector to be compatible with latest RouterOS release (#66) 2020-02-03 21:33:02 -05:00
routeros_collector.go More features (#9) 2018-04-11 09:21:38 -04:00
routes_collector.go Fix routes collector to be compatible with latest RouterOS release (#66) 2020-02-03 21:33:02 -05:00
w60g_collector.go w60g Interface collector (#63) 2019-12-26 13:20:24 -05:00
wlanif_collector.go Fix validate that string is not empty before strconv.ParseFloat (#59) 2019-12-02 22:01:36 -05:00
wlansta_collector.go wlansta: Record wifi signal strength 2020-03-30 06:55:15 -04:00