This knowledge document provides the instructions for displaying the "Integer Alarm ID" and "Global Alarm ID" in the OneClick Alarms tab.
Release:
Component:
To display the "Integer Alarm ID" and "Global Alarm ID" in the OneClick Alarms tab:
1. Log into the OneClick system as the user that owns the Spectrum OneClick installation.
2. Create a file called "alarm-table-config.xml" in the $SPECROOT/custom/alarm/config directory
3. Add the following to the new "alarm-table-config.xml" file:
<?xml version="1.0" encoding="utf-8"?>
<table idref="alarm-table-config">
<column-list>
<column>
<name>Integer Alarm ID</name>
<content>
<attribute>0x4820067</attribute>
</content>
</column>
<column>
<name>Global Alarm ID</name>
<content>
<attribute>0x11f9c</attribute>
</content>
</column>
</column-list>
</table>
4. Save the file
5. Launch a new OneClick Console and you will see the "Integer Alarm ID" and "Global Alarm ID" in your alarms column.