Adding columns to OneClick Alarms tab
search cancel

Adding columns to OneClick Alarms tab

book

Article ID: 47627

calendar_today

Updated On:

Products

CA Spectrum DX NetOps

Issue/Introduction

Adding columns to OneClick Alarms tab

Resolution

To achieve this, you would need to customize a XML file which displays this information.

Follow theses steps on the OneClick machine:

1. Navigate to $SPECROOT/custom/alarm/config directory

2. Create a file called "alarm-table-config.xml"

3. Paste this code into the file: 

<?xml version="1.0" encoding="UTF-8"?> 

<table idref="alarm-table-config"> 

    <column-list> 

        <column> 

            <name>New_column_name</name> 

            <default-width>150</default-width>

            <content> 

                <attribute>0x?????</attribute> 

            </content> 

        </column>  

    </column-list> 

</table>

4. Change the fields in yellow appropriately and save the file.

5. When you launch a new OneClick Console, you will see the new column in the Alarms tab.