Fixed
Details
Assignee
Seth LegerSeth LegerReporter
MichaelMichaelComponents
Fix versions
Affects versions
Priority
Trivial
Details
Details
Assignee
Seth Leger
Seth LegerReporter
Michael
MichaelComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created February 5, 2009 at 10:36 AM
Updated January 27, 2017 at 4:26 PM
Resolved February 10, 2011 at 9:44 PM
in poller-configuration.xml is written
This property indicates whether we should use this system or not. Is set to true
the queuing system will prioritize non-zero valued updates over zero valued updates.
If it is false then all updates will be counted as significant.
#
The default setting is 'false' (mark non-zero data as significant and zero as insignificant
#
Note: A misspelling of the work Significant was discovered and fixed here.. if this is not working
properly for you in make sure you are spelling significant correctly.
#
#org.opennms.rrd.queuing.prioritizeSignificantUpdates=false
which is quite a bit confusing... (like don't do while not true
Obviously it should be
The default setting is 'false' (don't mark zero data as insignificant)