I have created a function then a probe so I can have the data graphed in the Device History.
The History graph is showing a value of 4.5G. I added [oid(“1.3.6.1.4.1.18489.1.2.3.7.1.0”)] to the device label and it shows the correct value of -41.
Why is this happening?
It is possible you will have to use the oid without the 0 for the function and put the oid directly into error and value… Using a function to check for Available is still better then using the OID directly in the available line.
I made the changes you suggested. The history now shows 0 instead of 4.5G, which is no better or worse.
The Probe in the Services Tab shows ok. Frustrating to see the correct value on the label, but not on the History.
From what I’ve found negative numbers will not graph. One type of microwave radio i have reports with positive numbers and graphs fine and the other type of radio reports negative numbers and i have not been able to get it to graph properly. My next attempt will be with “oid_raw” but i think i will still get a negative number.
Oh damn negative values, I am not sure if this is the trouble I have not tried to graph RSSI.
Maybe this would work.. Graphs would be wrong but at least you might get a graph.
I think what we need is a function that returns the absolute value of a string. Or possibly try to make the conversion in a function instead of in the probe. I will playing around with it a little more later today.
agreed bstedh, I had all sorts of trouble dealing with CPU that was 0%, I finally worked it out but they should treat OID reads as if not NULL, any value returned should then be easier to deal with.
Good to know and thanks for jumping in… Maybe techmonkey1 will get his graphs working
Good morning to all.
I am a begineer in Dude and I am not sure to start in the right way. Anyway, I just create a network by showing a ping test result of some terminals. I just want to know if the terminals are connected or not. My configuration works and i am satisfied for my first try.
Now, i would like to use the Dude information to do some statistics.
When I select a remote site, i can have a graphic with the connection present. In fact I have latency value vs time.
I would like to create a connexion statistic for each remote site, for the complete network.
Are these tools existing in Dude? in case yes, where? If not existing, where I can found the value list which create the graphic to treat them with excel for example?