Discover system name from alternate OID

I have a Mitel ATA device that I would like to discover but the sysName OID is blank. The system name is found under OID: .1.3.6.1.4.1.4935.1000.100.200.100.700.1.200.0

There is no MIB file available for this device. Can I tell libreNMS to pull in the systemName from this OID instead of from the default?

.1.3.6.1.2.1.1.1.0 = STRING: “Mitel TA7108 v2.0.40.747 CXXX-AS-D2000-112”
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.4935.1000.100.100.600
.1.3.6.1.2.1.1.3.0 = Timeticks: (336754748) 38 days, 23:25:47.48
.1.3.6.1.2.1.1.4.0 = “”
.1.3.6.1.2.1.1.5.0 = “”
.1.3.6.1.2.1.1.6.0 = “”
.1.3.6.1.4.1.4935.1000.100.200.100.700.1.200.0 = STRING: “SystemNameHere”

Hi @jmuetzel
This is unfortunately not supported. YAML discovery model would need to be extended, and discovery/poller code as well. Feel free to contribute a PR if you make the necessary changes.
Bye