Hi, I have a sensor, wich measures an increasing value. Now I want to devide the newest mesurement from the last one to get the number how much it increased this time. I cant find a way to do this with a factory sensor.
X = B-A
/ <-- B |
/ <-- A |
/ |
/ |
/_____________ |
Is there a way this could be solved?
Thank you :)
Article Comments
Hi,
normally I use the "delta" function but the "SNMP Custom" sensor I use gets values about 4'250'000'000 new SSL connections/s - even when the device I monitore is not even used. Than the grpah looks like:
_____/\_________/\___/\___________
... over 2 days. Normally there is 0, but sometimes it fails and gets a very huge measurement. An other device I use also gets that huge values. Default values are about 100 to 150, sometimes its 1'4xx'xxx'xxx and more.
Thank you for helping :) Maby we can find a bug in the "Delta" function.
Oct, 2017 - Permalink
Hi, This sounds like a good scenario for spike filters to ignore these unreasonable values. Click on the gauge symbol to enter the channel settings and choose Spike Filter | Enable Filter.
Oct, 2017 - Permalink
Hi there,
Basically, most custom sensors offer the possibility to change the unit for each channel. You can change the unit to Delta so that PRTG only returns the difference.
Does that help you?
Best regards, Felix
Oct, 2017 - Permalink