Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.8.4
-
Fix Version/s: Backlog
-
Component/s: Alarms/Automations/Vacuumd
-
Security Level: Default (Default Security Scheme)
-
Labels:None
-
Environment:Operating System: Linux
Platform: PC
-
Bugzilla Id:4159
Description
using java.utils.Date and converting it to a string to be stored to the database as timestamp, the millisecond information is truncated.
Example:
snmp trap ALARM_1 received at 11:22:35
snmp trap ALARM_1_CLEARED received at 11:22:35
further automations cannot detect if is possible to clear the trap, time ordering is not allowed.
Example:
snmp trap ALARM_1 received at 11:22:35
snmp trap ALARM_1_CLEARED received at 11:22:35
further automations cannot detect if is possible to clear the trap, time ordering is not allowed.