Is it possible to get the delta change of a poller's value?
Here is what I am trying to do: I have an OID which is an absolute counter. I would like to see the change of this OID as it gets poller. So, if I poll every 5 minutes, and the value is initially 5, and the next poll it goes to 10, I would like to have a transform which shows me the delta, 5.
Thanks