Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.6.2
-
Fix Version/s: 1.9.6
-
Component/s: Data Output - RRD
-
Security Level: Default (Default Security Scheme)
-
Labels:None
-
Environment:Operating System: All
Platform: PC
-
Bugzilla Id:3009
Description
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)