I was wondering the status of the PoE polling.
As most of the posts I found on the subject, I succeeded (with $config[‘enable_ports_poe’] = 1; ) to have the RRD files built, but they never appeared anywhere in the GUI.
Looking at the sourcecode, I never found any logic to display them.
And I quickly added this logic based on the dot3 conditionnal code for graphs in the network interface and got it to display correctly. A new graph_type definition and the block in the interface page are the only changes necessary.
So am I missing something obvious, or the PoE display code is missing ? (I run current master).
The question is really to know what’s there and what’s not. Basically, I see that RRD collection is there for at least some devices. But no display of graphs is done. Is it right or do I miss something ?
If yes, then I will commit simple graphs for the currently collected RRDs at first. Then, adding support for other devices will basically be a few OID conditionnaly polled depending on the device.