[Mellanox] update system_health_monitoring_config for MSN4410/MSN4600/MSN4700 (#9728)

- Why I did it
For MSN4410/MSN4600/MSN4700 now they can support fetching PSU voltage threshold, no need to skip the psu voltage check in system health monitoring, so update the system health monitoring configuration file for these platforms.

- How I did it
remove skip PSU change config from the system_health_monitoring_config.json file

- How to verify it
Build image run on these platforms, system health monitoring will not report error against PSU voltage

Signed-off-by: Kebo Liu <kebol@nvidia.com>
This commit is contained in:
Kebo Liu 2022-01-19 16:29:26 +08:00 committed by GitHub
parent d5b0261da3
commit 2cc973b582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 3 deletions

View File

@ -1 +1 @@
../x86_64-mlnx_msn2700-r0/system_health_monitoring_config.json
../x86_64-mlnx_msn4700-r0/system_health_monitoring_config.json

View File

@ -1 +1 @@
../x86_64-mlnx_msn2700-r0/system_health_monitoring_config.json
../x86_64-mlnx_msn4700-r0/system_health_monitoring_config.json

View File

@ -1 +0,0 @@
../x86_64-mlnx_msn2700-r0/system_health_monitoring_config.json

View File

@ -0,0 +1,11 @@
{
"services_to_ignore": [],
"devices_to_ignore": [],
"user_defined_checkers": [],
"polling_interval": 60,
"led_color": {
"fault": "orange",
"normal": "green",
"booting": "orange_blink"
}
}