OID Discrepancy

I’m trying to graph an OID from a licensed link on the dude, and am having issues with the dude not returning a value. If I use an external utility to probe the OID, I get the correct value (-43 in this case). However, if I walk the OID via the dude I get no value returned - it graphs as “0”. Is there something non-standard about the way the dude acquires the value of an OID?

Any ideas on what I should try?

Thanks.

Try to start oid number by a point: “.”

I added a “.” to the OID in the Function, however I have yet to see a change - it doesn’t look like it is doing anything when I try to re-probe. If I add a “.” to the beginning of the OID and walk it, it won’t allow me to do so.

Try

oid_raw("1.

because sometimes you can have a data type mismatch.

Yep. “1.” might be the thing I wanted to point at.

Changing to “oid_raw” did the trick. Thanks everyone!