File tree 1 file changed +4
-4
lines changed
doc/event-alarm-framework
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -885,6 +885,10 @@ Acknowledging an alarm updates system health parameter and thereby system LED by
885
885
886
886
The alarm record in the ALARM table is marked with is_acknowledged field set to true.
887
887
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
+
888
892
#### 3.3.2.2 Configuration Commands
889
893
```
890
894
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
894
898
Support with VRF/source-interface and configuring remote-port are all backward comaptible and will be applicable to either 'log' or 'event' options.
895
899
896
900
```
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
-
901
901
#### 3.3.2.3 Show Commands
902
902
```
903
903
sonic# show system health
You can’t perform that action at this time.
0 commit comments