-
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.
[Nokia ixs7215] Support show system-health
- Loading branch information
1 parent
1863e1f
commit fc92e6b
Showing
2 changed files
with
45 additions
and
21 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
device/nokia/armhf-nokia_ixs7215_52x-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,14 @@ | ||
{ | ||
"services_to_ignore": [], | ||
"devices_to_ignore": [ | ||
"asic", | ||
"psu" | ||
], | ||
"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