Trying to use the eventtitle.xml file to configure custom names in event reports but its not working- How should this be configured
book
Article ID: 112973
calendar_today
Updated On:
Products
CA Spectrum
Issue/Introduction
This is a tech doc providing examples of how the eventtitle.xml should be configured
Trying to use the eventtitle.xml file to configure custom names in event reports but its not working- How should this be configured
Environment
Release: MSPSPD99000-10.3-Spectrum-Device Based Suite-MSP Component:
Resolution
The eventtitle.xml is used to configure custom names in reports. Below are examples of a correctly configured version of the file and also an incorrectly configured version of the file.
Correct version:
<root> <event> <event_type>0xfff12345</event_type> <event_title>p_test_event_pub / Service UP</event_title> </event> <event> <event_type>0xfff11222</event_type> <event_title>p_test_event_pub/ Service DOWN</event_title> </event>
</root>
Incorrect version:
<root> <event> <event_type>0xfff12345</event_type> <event_title>p_test_event_pub / Service UP</event_title> <event_type>0xfff11222</event_type> <event_title>p_test_event_pub / Service DOWN</event_title> </event>