Hi!
I have several APC UPS that I monitor using DUDE.
I get voltage, temperature and work mode using custom probes.
The values I look at are in history.
Now I want to get the value of RunTimeRemaining
I create custom probe that reads the value of oid (“1.3.6.1.4.1.318.1.1.1.2.2.3.0”).
But it didn’t work. Dude return zero.
I’ve read http://forum.mikrotik.com/t/graphing-uptime/10956/1 and tried to use the oid_raw, oid_raw_column function. In this case I also got nothing.
I noticed that if the variable is 1 hour and it is multiplied by 60, you can get 60 minutes. (oid (“1.3.6.1.4.1.318.1.1.2.2.3.0”)*60
Although, if you get the value of oid_raw, the oid_raw_column needs to be divided into 6000. Here’s an example of what’s read directly from UPS:
If I read a value well above 60 minutes (e.g. SysUpTime) DUDE shows nothing.
Tell me, how can I read the timetricks OID-s in Dude?


