mikrotik-exporter
mikrotik-exporter copied to clipboard
Wlan stats not visible
Helo,
Thnx for the exporter, except I have one issue. Although I enabled features WLAN-station and Wlan interface I do not see any information for these features in my prometheus.
Am I missing something?
cf config/config.test.yml:
features:
bgp: true
dhcp: true
dhcpv6: true
dhcpl: true
routes: true
pools: true
optics: true
wlansta: true
wlanif: true
ipsec: true
Did you add wlan* to your config ? It adds some wlan related metrics, but not all those that are needed to display this dashboard: https://grafana.com/grafana/dashboards/10950
I use below config and see no WLAN related config in my dashboard
features:
bgp: true
dhcp: true
dhcpv6: true
dhcp-leases: true
routes: true
routesv6: true
pool: true
poolv6: true
optics: true
wlan-interfaces: true
wlan-stations: true
monitor: true
ipsec-peers: true
ospf-neighbor: true
My WLAN is setup by CapsMAN. Can this be an issue?
I use below config and see no WLAN related config in my dashboard
features: bgp: true dhcp: true dhcpv6: true dhcp-leases: true routes: true routesv6: true pool: true poolv6: true optics: true wlan-interfaces: true wlan-stations: true monitor: true ipsec-peers: true ospf-neighbor: true
My WLAN is setup by CapsMAN. Can this be an issue?
yep https://github.com/nshttpd/mikrotik-exporter/issues/89