Page 1 of 1
OID Discrepancy
Posted: Fri Nov 17, 2017 4:17 am
by j1100
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.
Re: OID Discrepancy
Posted: Fri Nov 17, 2017 10:41 pm
by jarda
Try to start oid number by a point: "."
Re: OID Discrepancy
Posted: Fri Nov 17, 2017 11:43 pm
by j1100
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.
Re: OID Discrepancy
Posted: Sat Nov 18, 2017 8:45 am
by jebz
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".
Try
because sometimes you can have a data type mismatch.
Re: OID Discrepancy
Posted: Sat Nov 18, 2017 11:50 am
by jarda
Yep. "1." might be the thing I wanted to point at.
Re: OID Discrepancy
Posted: Mon Nov 20, 2017 5:50 am
by j1100
Changing to "oid_raw" did the trick. Thanks everyone!
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".
Try
because sometimes you can have a data type mismatch.