Skip to content

Commit

Permalink
'event profile' is an exec command
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 11b8f6f commit 2c0de3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/event-alarm-framework/event-alarm-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,10 @@ Acknowledging an alarm updates system health parameter and thereby system LED by

The alarm record in the ALARM table is marked with is_acknowledged field set to true.

sonic# event profile <profile-name>
```
The command takes name of specified file, validates it for its syntax and values; merges it with its internal static map of events *static_event_map*.
#### 3.3.2.2 Configuration Commands
```
sonic(config)# logging server <ip> [log|event]
Expand All @@ -894,10 +898,6 @@ It is only enhanced to take either 'log' or 'event' to indicate either native sy
Support with VRF/source-interface and configuring remote-port are all backward comaptible and will be applicable to either 'log' or 'event' options.
```
sonic(config)# event profile <profile-name>
```
The command takes name of specified file, validates it for its syntax and values; merges it with its internal static map of events *static_event_map*.

#### 3.3.2.3 Show Commands
```
sonic# show system health
Expand Down

0 comments on commit 2c0de3d

Please sign in to comment.