Skip to content

Commit

Permalink
updated the db schema with latest
Browse files Browse the repository at this point in the history
Signed-off-by: spenugondaa <srinadh_penugondaa@dell.com>
  • Loading branch information
spenugondaa committed Apr 19, 2021
1 parent 2c0de3d commit 2db959b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions doc/event-alarm-framework/event-alarm-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Event and Alarm Framework
* [1 Feature Overview](#1-feature-overview)
* [1.1 Requirements](#11-requirements)
* [1.1.1 Functional Requirements](#111-functional-requirements)
* [1.1.2 Scalability Requirements](#112-scalabilty-requirements)
* [1.2 Design Overview](#12-design-overview)
* [1.2.1 Basic Approach](#121-basic-approach)
* [1.2.2 Container](#122-container)
Expand Down Expand Up @@ -222,10 +221,6 @@ Application owners need to identify various conditions that would be of interest
| 9.1 | Subscribe to openconfig Event container and Alarm container. All events and alarms published to gNMI subscribed clients. | |
| 10 | Clear all events (Best effort) | |

### 1.1.2 Scalability Requirements

EVENT table should support 40k/30-day records. Current active alarms are limited to total instances of unique alarms (which makes ALARM Table is a finite quantity)

## 1.2 Design Overview

![Block Diagram](event-alarm-framework-blockdiag.png)
Expand Down Expand Up @@ -591,7 +586,7 @@ severity : Severity of the event {string}
11) "resource"
12) "3"
13) "severity"
13) "informational"
14) "informational"
127.0.0.1:6379[6]>
```

Expand Down Expand Up @@ -650,7 +645,7 @@ severity : Severity of the event {string}
11) "is-acknowledged"
12) "false"
13) "severity"
13) "critical"
14) "critical"
127.0.0.1:6379[6]>
```

Expand Down

0 comments on commit 2db959b

Please sign in to comment.