Versions Compared

Key

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

...

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

The

Fault

...

  1. faultcurrent”- Data for Current Alarm Notifications- read-faultcurrent-list
  2. faultlog”- Data for Alarm Log- read-faultlog-list

Fault status summary view

Elements like Screenshot below:

...

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.