Details
-
Type:
Enhancement
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 25.1.2
-
Fix Version/s: 26.0.0
-
Component/s: Events
-
Security Level: Default (Default Security Scheme)
-
Labels:None
Description
With the current default configuration it is not possible to identify when a datacollection failed and succeeded again, because the failed events will be deleted due to the auto-clean option.
<alarm-data reduction-key="%uei%:%dpname%:%nodeid%" alarm-type="2" clear-key="uei.opennms.org/nodes/dataCollectionFailed:%dpname%:%nodeid%" auto-clean="true"/>
The default configuration should be auto-clean="false".