charlie-haley / omada_exporter

Prometheus Exporter for TP-Link Omada Controller SDN.
MIT License
87 stars 14 forks source link

Add support for Gateway's #72

Open NOXITB opened 1 year ago

NOXITB commented 1 year ago

Add Support For gateways and APS

charlie-haley commented 1 year ago

AP's are already supported, they're treated as device metrics, e.g omada_device_cpu_percentage. Were there any AP metrics you're missing and would like adding?

I also don't have use an Omada Gateway so I'm unable to test it out, more than happy to accept contributions for this feature

NOXITB commented 9 months ago

@charlie-haley Sorry let me clarify the gateways dont have ports displayed in the metrics

Screenshot 2023-12-02 at 1 53 00 am
charlie-haley commented 8 months ago

It's most likely down to the port metrics being a different property on the Gateways, as I dont own the Omada gateway this is pretty difficult to test.

I'm hoping the Open API work will enable making this easier, along with some automated tests https://github.com/charlie-haley/omada_exporter/issues/81