| |
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<AlarmClassification xmlns="http://www.dnms.com/source/com/dhyan/nms/server/fault/resources/Classificationdetails"> |
| 3 |
|
| 4 |
<!-- Details to identify an alarm --> |
| 5 |
|
| 6 |
<Alarmspecification type="Device" displayName = "Network Element" > |
| 7 |
<MappingDetails> |
| 8 |
<FieldDetails name="eventtypeid" value="1" operation="NOTEQUALS"/> |
| 9 |
<FieldDetails name="eventtypeid" value="3" operation="NOTEQUALS"/> |
| 10 |
<FieldDetails name="eventtypeid" value="4" operation="NOTEQUALS"/> |
| 11 |
<FieldDetails name="eventtypeid" value="5" operation="NOTEQUALS"/> |
| 12 |
<FieldDetails name="eventtypeid" value="6" operation="NOTEQUALS"/> |
| 13 |
<FieldDetails name="eventtypeid" value="7" operation="NOTEQUALS"/> |
| 14 |
<FieldDetails name="eventtypeid" value="8" operation="NOTEQUALS"/> |
| 15 |
<FieldDetails name="eventtypeid" value="9" operation="NOTEQUALS"/> |
| 16 |
<FieldDetails name="eventtypeid" value="10" operation="NOTEQUALS"/> |
| 17 |
</MappingDetails> |
| 18 |
</Alarmspecification> |
| 19 |
<Alarmspecification type="EMS" displayName = "EMS Server" > |
| 20 |
<MappingDetails> |
| 21 |
<FieldDetails name="eventtypeid" value="2" operation="NOTEQUALS"/> |
| 22 |
<FieldDetails name="eventtypeid" value="11" operation="NOTEQUALS"/> |
| 23 |
<FieldDetails name="eventtypeid" value="12" operation="NOTEQUALS"/> |
| 24 |
</MappingDetails> |
| 25 |
</Alarmspecification> |
| 26 |
|
| 27 |
</AlarmClassification> |
| |