mikrotik-exporter icon indicating copy to clipboard operation
mikrotik-exporter copied to clipboard

Wlan stats not visible

Open kad-beumer opened this issue 4 years ago • 3 comments

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?

kad-beumer avatar Apr 17 '20 06:04 kad-beumer

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

shtouff avatar May 02 '20 13:05 shtouff

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?

kad-beumer avatar May 12 '20 12:05 kad-beumer

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

metajiji avatar Jan 01 '21 14:01 metajiji