Using Universal Device Poller:
Is there a way to take the current polled "raw value" from a custom poller and subtract it from the previously polled "raw value"?
Thanks!
Hi rferwerda,
Are you wanting to get delta between polls?If you are on NPM 9.5 and above, you can just Edit the UnDP and there will be an option: Show Advanced Option
Expand it, and for MIB Value Type, you can choose to use Counter, instead of Raw Value.
And in the UnDP Console, you will see that the Polled Values are Raw Values. But using "Transform Results" or placing the UnDP on the Web Console using the Web Display function, it use the delta values (or difference between polls)
HTH.
Thanks for your help! This is what I needed.