Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no wifi 2.4 data in the interfaces #29

Open
metgen opened this issue May 5, 2024 · 1 comment
Open

There is no wifi 2.4 data in the interfaces #29

metgen opened this issue May 5, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@metgen
Copy link

metgen commented May 5, 2024

Hello, I started monitoring my home system with a mikrotik hap ac^2 router and I have no data in the wifi_2.4 interface. Is it possible to fix this problem?
image

@M0r13n
Copy link
Owner

M0r13n commented May 9, 2024

@metgen This is quite difficult to debug remotely. In order to get a glimpse about what's going on, you may open the explore tab in Grafana and query the metric manually:

  • open "Explore" inside Grafana (http://<YOUR_GRAFANA_HOST>/explore)
  • enter the following query: (rate(mktxp_interface_tx_byte_total{routerboard_address="XXXX", name="wifi_2.4"}[$__rate_interval]) * 8)
    • replace routerboard_address="XXXX" with the address of your monitored device (the same as in your mktxp.conf)
    • e.g. routerboard_address="192.168.88.1"

@M0r13n M0r13n self-assigned this May 9, 2024
@M0r13n M0r13n added the question Further information is requested label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants