[arista]: Add placeholder healthd configuration for all platforms (#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
This commit is contained in:
parent
55a707586b
commit
4e0a869b44
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -0,0 +1 @@
|
|||||||
|
../x86_64-arista_common/system_health_monitoring_config.json
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user