Skip to content

Commit

Permalink
formatted ToC
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 6, 2021
1 parent bc35f9f commit 7f9d0ef
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions doc/event-alarm-framework/event-alarm-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,51 +8,51 @@ Event and Alarm Framework
* [About This Manual](#about-this-manual)
* [Scope](#scope)
* [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)
* [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)
* [2 Functionality](#2-functionality)
* [2.1 Target Deployment Use Cases](#21-target-deployment-user-cases)
* [2.2 Functional Description](#22-functional-description)
* [2.1 Target Deployment Use Cases](#21-target-deployment-user-cases)
* [2.2 Functional Description](#22-functional-description)
* [3 Design](#3-description)
* [3.1 Overview](#31-overview)
* [3.1.1 Event Producers](#311-event-producers)
* [3.1.1.2 Development Process](#3112-development-process)
* [3.1.2 Event Consumer](#312-event-consumer)
* [3.1.2.1 Severity](#3121-severity)
* [3.1.2.2 Sequence-ID](#3122-sequence-id)
* [3.1.3 Alarm Consumer](#313-alarm-consumer)
* [3.1.4 Event Receivers](#314-event-receivers)
* [3.1.4.1 syslog](#3141-syslog)
* [3.1.4.2 REST](#3142-rest)
* [3.1.4.3 gNMI](#3143-gnmi)
* [3.1.4.4 System LED](#3144-system-led)
* [3.1.4.5 Event/Alarm flooding](#3145-event/alarm-flooding)
* [3.1.5 Severity Profile](#315-severity-profile)
* [3.1.6 CLI](#316-cli)
* [3.1.7 Event History Table and Current Alarm Table](#317-event-history-table-and-current-alarm-table)
* [3.1.8 Pull Model](#318-pull-model)
* [3.1.9 Supporting third party containers](#319-supporting-third-party-containers)
* [3.2 DB Changes](#32-db-changes)
* [3.2.1 CONFIG DB](#321-config-db)
* [3.2.2 APP DB](#322-app-db)
* [3.2.3 STATE DB](#323-state-db)
* [3.2.4 ASIC DB](#324-asic-db)
* [3.2.5 COUNTER DB](#325-counter-db)
* [3.3 User Interface](#33-user-interface)
* [3.3.1 Data Models](#331-data-models)
* [3.3.2 CLI](#332-cli)
* [3.3.2.1 Exec Commands](#3321-exec-commands)
* [3.3.2.2 Configuration Commands](#3322-configuration-commands)
* [3.3.2.3 Show Commands](#3323-show-commands)
* [3.3.3 REST API Support](#333-rest-api-support)
* [3.1 Overview](#31-overview)
* [3.1.1 Event Producers](#311-event-producers)
* [3.1.1.2 Development Process](#3112-development-process)
* [3.1.2 Event Consumer](#312-event-consumer)
* [3.1.2.1 Severity](#3121-severity)
* [3.1.2.2 Sequence-ID](#3122-sequence-id)
* [3.1.3 Alarm Consumer](#313-alarm-consumer)
* [3.1.4 Event Receivers](#314-event-receivers)
* [3.1.4.1 syslog](#3141-syslog)
* [3.1.4.2 REST](#3142-rest)
* [3.1.4.3 gNMI](#3143-gnmi)
* [3.1.4.4 System LED](#3144-system-led)
* [3.1.4.5 Event/Alarm flooding](#3145-event/alarm-flooding)
* [3.1.5 Severity Profile](#315-severity-profile)
* [3.1.6 CLI](#316-cli)
* [3.1.7 Event History Table and Current Alarm Table](#317-event-history-table-and-current-alarm-table)
* [3.1.8 Pull Model](#318-pull-model)
* [3.1.9 Supporting third party containers](#319-supporting-third-party-containers)
* [3.2 DB Changes](#32-db-changes)
* [3.2.1 CONFIG DB](#321-config-db)
* [3.2.2 APP DB](#322-app-db)
* [3.2.3 STATE DB](#323-state-db)
* [3.2.4 ASIC DB](#324-asic-db)
* [3.2.5 COUNTER DB](#325-counter-db)
* [3.3 User Interface](#33-user-interface)
* [3.3.1 Data Models](#331-data-models)
* [3.3.2 CLI](#332-cli)
* [3.3.2.1 Exec Commands](#3321-exec-commands)
* [3.3.2.2 Configuration Commands](#3322-configuration-commands)
* [3.3.2.3 Show Commands](#3323-show-commands)
* [3.3.3 REST API Support](#333-rest-api-support)
* [4 Flow Diagrams](#4-flow-diagrams)
* [5 Warm Boot Support](#5-warm-boot-support)
* [5.1 Application warm boot](#51-application-warm-boot)
* [5.2 eventd warm boot](#52-eventd-warm-boot)
* [5.1 Application warm boot](#51-application-warm-boot)
* [5.2 eventd warm boot](#52-eventd-warm-boot)
* [6 Scalability](#6-scalability)
* [7 Unit Test](#7-unit-test)

Expand Down

0 comments on commit 7f9d0ef

Please sign in to comment.