Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Overview Fault management:


Image RemovedImage Added

Specification

“Fault” User Interface should be implemented to show the Alarm notifications of the devices.

...

The graphical user interface is separated in three Expansion Panels.into three tabs:

  1. Current Alarm Notifications
  2. Alarm Notifications
  3. Alarm Log

The table view implements the common ux-framework-table supporting sorting, filtering and pagination on the server.

The following panels shows the tables tabs should show a table with its respective data.

Image RemovedImage Added

Current Problem List

It lists all current active faults in the network. In addition, it also lists alarms sent by the SDN controller itself, which detects connections connection losses to the NetConf server (connectionLossOAM) or which detects connection loss to a device via a mediator to a device (connectionLossNeOAM).

Reload ButtonImage Added: Reloads/Refresh the Current Problems List


Sync button Image Added: Clears stuck alarms


The Current Alarm Notification panel shows the table with the below columns.

  1. icon
  2. Time Stamp
  3. Node Name
  4. Count
  5. Object Id
  6. Alarm Type
  7. Severity

Image RemovedImage Added

Refresh

Clear stuck alarms

The sync button allows refreshing A refresh button does allow to refresh the current alarms for the visual NEs.

If the alarms are not indicated as active anymore, the they will be removed from the list.

Clear stuck Alarm icon will only be available when there are Faults available else it wont be visible.


Export

The "export to CSV" button will export the presented current problem list to a CSV File.

Alarm Notifications

As long as the view is openpage is not fully refreshed (the browser reloaded), it lists all alarm notification notifications reached by the SDN Controller. Please note that refreshing the view will start the collection again. Previous alarm notification can be viewed in the alarm log.

Alarm Notifications should be collected in real-time via websockets.

The Alarm Notification panel shows the table with the below columns.

...

  1. icon
  2. Time Stamp
  3. Node Name
  4. Count
  5. Object Id
  6. Alarm Type
  7. Severity

Image Removed

The Fault values are stored on an ElasticSearch database. The REST-API is provided by the ApiGateway.

The index is “sdnevents” the doctype is

...

Reload ButtonImage Added: Reloads/Refresh the Alarm log

Image Added

...

Fault status summary view

...

Screenshot with Summary view 

Data Provider

The data is stored in an ElasticSearch database. The Data-Provider provides a REST-API to read the data.

  1. Current Problem List
    1. get the current problem list: read-faultcurrent-list
  2. Alarm Log
    1. get the alarm log: read-faultlog-list
  3. Summary View
    1. get the fault status: read-status


Note: The alarm notifications are only updated via websockets. No REST-API is provided.