Dell S6000,S6100 system health changes (#6788)
Needed support for platform system health in Dell platforms
This commit is contained in:
parent
1461c9f98f
commit
6d732b5857
@ -0,0 +1,11 @@
|
||||
{
|
||||
"services_to_ignore": [],
|
||||
"devices_to_ignore": [],
|
||||
"user_defined_checkers": [],
|
||||
"polling_interval": 60,
|
||||
"led_color": {
|
||||
"fault": "amber",
|
||||
"normal": "green",
|
||||
"booting": "blinking green"
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"services_to_ignore": [],
|
||||
"devices_to_ignore": [],
|
||||
"user_defined_checkers": [],
|
||||
"polling_interval": 60,
|
||||
"led_color": {
|
||||
"fault": "amber",
|
||||
"normal": "green",
|
||||
"booting": "blinking green"
|
||||
}
|
||||
}
|
@ -341,6 +341,9 @@ class Chassis(ChassisBase):
|
||||
return True, ret_dict
|
||||
return False, ret_dict
|
||||
|
||||
def initizalize_system_led(self):
|
||||
return True
|
||||
|
||||
def set_status_led(self, color):
|
||||
"""
|
||||
Sets the state of the system LED
|
||||
|
@ -372,6 +372,9 @@ class Chassis(ChassisBase):
|
||||
|
||||
return True, ret_dict
|
||||
|
||||
def initizalize_system_led(self):
|
||||
return True
|
||||
|
||||
def set_status_led(self, color):
|
||||
"""
|
||||
Sets the state of the system LED
|
||||
|
Loading…
Reference in New Issue
Block a user