Does anybody noticed any similar issue about alarm journal ?
#91766 - alarm journal query - label
With the component alarm journal query, the label is correctly displayed for alarm in state : active unack and clear unack.
For the row for the alarm in state clear ack, the label is replaced by the alarm name
It seems to me that the label is not stored in the alarm_event_data for the ack events.
#91770 - Acknowledge alarm don’t capture associated data
When an alarm go active or cleared, alarm associated data are well stored in the alarm_event_data for the alarm journal. But for the acknownledge state of the same alarm, associated data are not stored in the alarm_event_data for the alarm journal.
Example:
alarm_events :
# id, eventid, source, displaypath, priority, eventtype, eventflags, eventtime
'2964', '75053da2-e053-4ba3-adb0-0f585adee624', 'prov:default:/tag:TVG/TEL/ITP01/01002/TA/APPEL:/alm:Alarme', 'INT9012', '1', '1', '24', '2019-03-27 14:18:23'
'2963', '75053da2-e053-4ba3-adb0-0f585adee624', 'prov:default:/tag:TVG/TEL/ITP01/01002/TA/APPEL:/alm:Alarme', 'INT9012', '1', '2', '0', '2019-03-27 14:18:33'
'2962', '75053da2-e053-4ba3-adb0-0f585adee624', 'prov:default:/tag:TVG/TEL/ITP01/01002/TA/APPEL:/alm:Alarme', 'INT9012', '1', '2', '0', '2019-03-27 14:18:33'
'2961', '75053da2-e053-4ba3-adb0-0f585adee624', 'prov:default:/tag:TVG/TEL/ITP01/01002/TA/APPEL:/alm:Alarme', 'INT9012', '1', '0', '0', '2019-03-27 14:18:03'
alarm_event_data :
# id, propname, dtype, intvalue, floatvalue, strvalue
'2964', 'setpointA', '1', NULL, '1', NULL
'2964', 'eventValue', '0', '0', NULL, NULL
'2964', 'notification', '2', NULL, NULL, 'oui'
'2964', 'activePipeline', '2', NULL, NULL, 'pipeline_notification'
'2964', 'interphonie', '2', NULL, NULL, 'oui'
'2964', 'name', '2', NULL, NULL, 'Alarme'
'2964', 'label', '2', NULL, NULL, 'INT9012 - Appel en cours'
'2964', 'numQuai', '2', NULL, NULL, '2'
'2964', 'priority', '0', '1', NULL, NULL
'2964', 'displayPath', '2', NULL, NULL, 'INT9012'
'2964', 'enabled', '0', '1', NULL, NULL
'2964', 'numStation', '2', NULL, NULL, '1'
'2963', 'ackUser', '2', NULL, NULL, 'usr-prov:default:/usr:admin'
'2963', 'ackNotes', '2', NULL, NULL, 'APPEL TRANSFERE SUR POSTE TEL Téléphone PCC Poste 1 par admin'
'2962', 'ackUser', '2', NULL, NULL, 'usr-prov:default:/usr:admin'
'2962', 'ackNotes', '2', NULL, NULL, 'APPEL TRANSFERE SUR POSTE TEL Téléphone PCC Poste 1 par admin'
'2961', 'setpointA', '1', NULL, '1', NULL
'2961', 'eventValue', '0', '1', NULL, NULL
'2961', 'notification', '2', NULL, NULL, 'oui'
'2961', 'activePipeline', '2', NULL, NULL, 'pipeline_notification'
'2961', 'interphonie', '2', NULL, NULL, 'oui'
'2961', 'name', '2', NULL, NULL, 'Alarme'
'2961', 'label', '2', NULL, NULL, 'INT9012 - Appel en cours'
'2961', 'numQuai', '2', NULL, NULL, '2'
'2961', 'priority', '0', '1', NULL, NULL
'2961', 'displayPath', '2', NULL, NULL, 'INT9012'
'2961', 'enabled', '0', '1', NULL, NULL
'2961', 'numStation', '2', NULL, NULL, '1'
Associated data “interphonie” is not present for the acknowledge event !