[healthd] Add system health configuration for platform Celestica E1031 (#8783)
This PR aims to fix the healthd crash issue by adding system health monitoring configuration file for platform Celestica E1031 by adding a new configuration file under the path device/celestica/x86_64-cel_e1031-r0/. How to verify it I manually restart the system-health.service and confirmed that healthd is running. Signed-off-by: Yong Zhao <yozhao@microsoft.com>
This commit is contained in:
parent
f1dac178f0
commit
e46dd633d8
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"services_to_ignore": [],
|
||||||
|
"devices_to_ignore": [
|
||||||
|
"asic",
|
||||||
|
"psu.temperature",
|
||||||
|
"PSU2 Fan",
|
||||||
|
"PSU1 Fan"
|
||||||
|
],
|
||||||
|
"user_defined_checkers": [],
|
||||||
|
"polling_interval": 60,
|
||||||
|
"led_color": {
|
||||||
|
"fault": "orange",
|
||||||
|
"normal": "green",
|
||||||
|
"booting": "orange_blink"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user