This knowledge document provides the instructions for displaying the short alarm id in the OneClick Alarms tab.
To display the short alarm id in the OneClick Alarms tab:
1. Log into the OneClick systema s 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-list>
</table>
4. Save the file
NOTE: On Windows, be sure to save the file as plain text in your text editor ensuring the file does not save with a .txt or .rtf or any other file extension.
5. Log out of OneClick and log back in. The Alarms tab should now contain the new column.
Please reference the OneClick Customization section of the documentation for more information.