There is no wifi 2.4 data in the interfaces
Opened this issue · 1 comments
metgen commented
M0r13n commented
@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 yourmktxp.conf
) - e.g.
routerboard_address="192.168.88.1"
- replace