Update Spectrum OneClick Web Context URL column title for alarm details
search cancel

Update Spectrum OneClick Web Context URL column title for alarm details

book

Article ID: 95829

calendar_today

Updated On:

Products

CA Spectrum DX NetOps

Issue/Introduction

Within the Alarm Details pane of any alarm in the Spectrum OneClick Console there is a field named "Web Context URL".



Is there some configuration in Spectrum, where the display name of this field can be updated to "My URL" rather than "Web Context URL"?

Environment

Release: Any
Component: SPCAEM

Resolution

Copy the $SPECROOT/tomcat/webapps/spectrum/WEB-INF/alarm/config/column-alarmwebcontexturl-config.xml file to: 

$SPECROOT/custom/alarm/config/ 

Open / edit the file copied into custom. 

Change this: 

<name>com.aprisma.spectrum.app.alarm.client.render.WebContextURLColumn</name> 

To this: 

<name>My URL</name> 

Save the file. 

Restart your OC client.

Tomcat restart is not required.