charlie-haley / omada_exporter

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

šŸ› fix duplicate switch ports #70

Closed jfieber closed 1 year ago

jfieber commented 1 year ago

When iterating through devices, switch ports were being accumulated across the devices. Only the first device actually had the correct complement of ports, with subsequent devices having their own, plus the previous deviceā€™s ports.

Unclear if this is the actual problem c48cd4d7 was trying to address, or different scenario I donā€™t see in my environment, so I left it in.