Hi, I'm sorry that I'm quite new to the prtg and learning how to use it, I hope my question not a silly one...
I have a device use custom OID which contains an accumulative value(Volume of network traffic in bytes for every 30 seconds), the device OID is not standard and it don't have a uptime oid, therefore the delta (counter) option is not possible to use with that device.
The action I trying to do is "take the current value from the OID(e.g. 1.3.6.1.1.1.1.1.1.1)", subtract the last value of the sensor channel receive from same OID, and divide by 30 seconds. and finally display the calculated result. and also discarding the calculated result if it is lower than "0".
The calculation is: (Current OID value(save it in a "Gauge(signed integer)") - (Last OID value) / (30 seconds)
Is there a way or any option to make the prtg "read the sensor channel last value? do the calculation and then display the result in the PRTG chart, and also copy an OID value into same sensor but different channel and save it for future use?
Add comment