Skip to content

Commit

Permalink
Add system-health needed json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jostar Yang committed Aug 9, 2021
1 parent 81d57db commit a47d083
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"skip_ledd": true,
"skip_thermalctld": true
"skip_pcied": true
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"services_to_ignore": [],
"devices_to_ignore": [
"asic",
"psu.temperature"

],
"user_defined_checkers": [],
"polling_interval": 60,
"led_color": {
"fault": "STATUS_LED_COLOR_AMBER",
"normal": "STATUS_LED_COLOR_GREEN",
"booting": "STATUS_LED_COLOR_GREEN"
}
}

0 comments on commit a47d083

Please sign in to comment.