[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:
parent
2759a42551
commit
e455fb4ec9
@ -1 +1 @@
|
||||
../x86_64-mlnx_msn2700-r0/system_health_monitoring_config.json
|
||||
../x86_64-mlnx_msn4700-r0/system_health_monitoring_config.json
|
@ -1 +1 @@
|
||||
../x86_64-mlnx_msn2700-r0/system_health_monitoring_config.json
|
||||
../x86_64-mlnx_msn4700-r0/system_health_monitoring_config.json
|
@ -1 +0,0 @@
|
||||
../x86_64-mlnx_msn2700-r0/system_health_monitoring_config.json
|
@ -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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user