Skip to content

Commit 2c0de3d

Browse files
committed
'event profile' is an exec command
Signed-off-by: spenugondaa <[email protected]>
1 parent 11b8f6f commit 2c0de3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/event-alarm-framework/event-alarm-framework.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,10 @@ Acknowledging an alarm updates system health parameter and thereby system LED by
885885

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

888+
sonic# event profile <profile-name>
889+
```
890+
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*.
891+
888892
#### 3.3.2.2 Configuration Commands
889893
```
890894
sonic(config)# logging server <ip> [log|event]
@@ -894,10 +898,6 @@ It is only enhanced to take either 'log' or 'event' to indicate either native sy
894898
Support with VRF/source-interface and configuring remote-port are all backward comaptible and will be applicable to either 'log' or 'event' options.
895899
896900
```
897-
sonic(config)# event profile <profile-name>
898-
```
899-
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*.
900-
901901
#### 3.3.2.3 Show Commands
902902
```
903903
sonic# show system health

0 commit comments

Comments
 (0)