-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DellEMC: S5232F support for show system-health command (#8334)
Co-authored-by: Arun LK <Arun_L_K@dell.com> Why I did it Support for show system-health command in s5232f How I did it Added the configuration, API changes to support system health How to verify it Execute "show system-health summary/detail/monitor-list" CLI.
- Loading branch information
1 parent
8e903f4
commit 25416b2
Showing
3 changed files
with
116 additions
and
2 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
device/dell/x86_64-dellemc_s5232f_c3538-r0/system_health_monitoring_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"services_to_ignore": [], | ||
"devices_to_ignore": ["fan.speed"], | ||
"user_defined_checkers": [], | ||
"polling_interval": 60, | ||
"led_color": { | ||
"fault" : "amber", | ||
"normal" : "green", | ||
"booting": "blinking_green" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters