Hi all,
I’m looking into monitoring DDM (Digital Diagnostic Monitoring) metrics from SFP / SFP+ modules on OpenWrt.
Currently I can read all required values using ethtool, for example:
- temperature
- voltage
- TX bias
- RX/TX optical power
ethtool -m eth0
This works fine, but it’s more like a manual check.
I’m curious what others are using in practice.
Questions:
- Are there any existing OpenWrt packages or tools to expose SFP DDM metrics?
- Any known scripts or LuCI integrations for this?
Before reinventing the wheel, I’d like to understand what solutions are already used in the community.
Thanks in advance for sharing your experience!