@PipoCanaja
Sorry one last thing before I do a Pull Request.
In the interest of keeping it clean, is there a way to move it from “Health” to “Wireless” and change the name from “Count” to “QAM”?
That being said, concerning your current YAML, I have a remark :
num_oid: .1.3.6.1.4.1.2281.10.7.4.1.1.6.{{ $index }}
descr: The current TX QAM level
The description is “fixed” which means that if the device reports multiple QAM levels for multiple interfaces, they will all share the same description. Usually, an OID has the interface name (or entity) associated with $index, and you use this to create dynamically the descr. If none are available, at least you add $index to the description, so they get a different number appended.