This article applies to PRTG Network Monitor 12 or later, as well as to previous (deprecated) versions
Understanding Delta and Gauge
When defining custom sensors for PRTG one is faced with the option to define the sensor either as a Delta counter (difference per period) or one of several Gauge counters (absolute value).
Basically, when using Delta counters, the difference between the previously scanned value and the new value is computed and the resultant is handled as the monitoring value, i.e. if the first scan returns a value of "4" and the second scan a value of "6", the actual resultant value recorded for the sensor in case would be "2". This resultant is calculated for each scanning interval.
On the other hand, when using Gauge counters the value returned by the monitored device is actually used as the monitoring value. As such if the device returns a value of "2000" this value is logged as the actual sensor value.
Changing existing PRTG custom sensors from Delta to Gauge (and vice-versa)
The SNMP Custom sensor offers the following Value Types:
- Gauge (unsigned Integer, e.g. "10", "120")
- Gauge (signed Integer, e.g. "-12", "120")
- Gauge (Float, e.g. "-5.80", "8.23")
- Delta (Counter)
Once selected, the sensor type cannot be changed in the PRTG web interface. If you have selected a wrong Value Type, the easiest way to fix this is deleting an existing sensor and adding it anew, using another Value Type setting.
Add comment