Labels not showing SNMP data for UPS

I have two CyberPower OR600ELCDRM1U UPSs with RMCARD205 monitoring cards that I’d like to monitor with The Dude. I’ve configured them to use SNMPv3, and SNMPwalk is working fine from The Dude, but when i put OIDs in the label, it doesn’t display anything (blank, no error).

I’ve tried various OIDs and ways of writing them.

I’m running 6.38.5 on a CCR1009 and I’ve imported the MIB into The Dude. Have I missed anything?

[Device.Name]
[device_performance()][Device.ServicesDown]
Load: [oid("3.6.1.4.1.3808.1.1.1.4.2.3.0")] %
Output Voltage: [oid("3.6.1.4.1.3808.1.1.1.4.2.1.0")] V
[oid("iso.org.dod.internet.private.enterprises.cps.products.hardware.ups.upsOutput.upsAdvanceOutput.upsAdvanceOutputVoltage")]V
[oid("iso.org.dod.internet.private.enterprises.cps.products.hardware.ups.upsInput.upsAdvanceInput.upsAdvanceInputLineVoltage")]

Probably a v3 issue, test with v2

Where can I get v2?

I meant snmp v2.
OH there maybe look at your oid, it is supposed to be “1.3.61.4.1.3808.1.1.1.4.2.3.0”
Load: [oid(“3.6.1.4.1.3808.1.1.1.4.2.3.0”)] %

That was it, thanks very much!

Great, always confusing when users have different experiences!