-
Notifications
You must be signed in to change notification settings - Fork 16
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
Only a few metrics exported for Omada ER7412-M2 gateway #103
Comments
hi @unfixa1 here's what the gw shows: i just downloaded the latest docker yesterday and i posted what it returned for M7412-M2. if needed, i can provide the full output from browser. |
Adding JSON response sample for the gateway: My setups is the following:
Comparing the JSON with GUI, i notice (for port 3, my main ISP):
In my setup, i can get the WAN ports by querying:
and the response includes the list of WAN ports in the result.wanlist structure:
I hope this helps. I would try to add the corresponding code in a PR, but i am not capable to code in GOLANG. |
So, to help, even if I am not a GO developper, but i am able to understand code, adjust & adapt to my needs, i propose the following files attached here (i do not know how i can contribute to this project in a different manner):
|
Finalizing the work on the site gateway part (2 more metrics to implement), will upload the gateway and its collectors too. So far, i added:
Still want to do:
Example:
|
Hello,
First of all a big thank you for this exporter!
I noticed that while it seems to pull out interesting data for my EAP225 Access points (EAP225, EAP225-WALL and EAP225-OUTDOOR), for my TL-SG2428P and TL-SG2210P switches, when it comes to my brand new router, ER7412-M2, i only get a few infos:
Versions:
Device firmware versions:
Is there anything i can help with to fix the following issues:
omada_port_link_rx
/omada_port_link_tx
/omada_port_link_status
/omada_port_link_speed_mbps
for ER7412-M2omada_client_tx_rate
/omada_client_rx_rate
for clients that are connected directly to switches or the gateway (only for those coneted to APs)omada_client_traffic_down_bytes
/omada_client_traffic_up_bytes
except for those connected to APs (issue Wired client not included in metrics #104 )Thanks,
Gabriel
The text was updated successfully, but these errors were encountered: