Skip to content

Commit

Permalink
[healthd] Add system health configuration for platform Celestica E1031 (
Browse files Browse the repository at this point in the history
#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 <[email protected]>
  • Loading branch information
yozhao101 authored and qiluo-msft committed Sep 20, 2021
1 parent 7ce529e commit 3519683
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 3519683

Please sign in to comment.