Skip to content

Commit

Permalink
[arista]: Add placeholder healthd configuration for all platforms (so…
Browse files Browse the repository at this point in the history
…nic-net#6233)

Prevent system-healthd from service from failing at boot time due to missing configuration.
Also adds basic support for healthd.
The following caveat exists with this placeholder configuration:
 - No PSU monitoring (sensors/fans)
 - No ASIC temperature monitoring
  • Loading branch information
Staphylo committed Dec 17, 2020
1 parent 55a7075 commit 4e0a869
Show file tree
Hide file tree
Showing 17 changed files with 32 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 4e0a869

Please sign in to comment.