/openbmc/phosphor-fan-presence/monitor/ |
H A D | fan_error.hpp | f13b42e22a2a2d747567dd138dc9ff7b76251ff8 Mon Oct 26 15:29:49 CDT 2020 Matt Spinler <spinler@us.ibm.com> monitor: Event logs for nonfunc fan sensors
This commit adds the code to create event logs calling out the fan when fan sensors have been nonfunctional for a certain amount of time.
This functionality is configured in the JSON, and will only be enabled if the 'fault_handling' JSON section is present. It uses the following new JSON parameters:
nonfunc_rotor_error_delay (per fan): This says how many seconds a fan sensor must be nonfunctional before the event log will be created.
num_nonfunc_rotors_before_error (under fault_handling): This specifies how many nonfunctional fan rotors there must be at the same time before an event log with an error severity is created for the rotor. When there are fewer than this many nonfunctional rotors, then event logs with an informational severity will be created.
A new FanError class is used to create the event logs. It adds the Logger output as FFDC, plus any JSON data that is passed in with the commit() API. It uses CALLOUT_INVENTORY_PATH in the AdditionalData property to specify the faulted fan FRU.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I365114357580b4f38ec943a769c1ce7f695b51ab
|
H A D | json_parser.hpp | diff f13b42e22a2a2d747567dd138dc9ff7b76251ff8 Mon Oct 26 15:29:49 CDT 2020 Matt Spinler <spinler@us.ibm.com> monitor: Event logs for nonfunc fan sensors
This commit adds the code to create event logs calling out the fan when fan sensors have been nonfunctional for a certain amount of time.
This functionality is configured in the JSON, and will only be enabled if the 'fault_handling' JSON section is present. It uses the following new JSON parameters:
nonfunc_rotor_error_delay (per fan): This says how many seconds a fan sensor must be nonfunctional before the event log will be created.
num_nonfunc_rotors_before_error (under fault_handling): This specifies how many nonfunctional fan rotors there must be at the same time before an event log with an error severity is created for the rotor. When there are fewer than this many nonfunctional rotors, then event logs with an informational severity will be created.
A new FanError class is used to create the event logs. It adds the Logger output as FFDC, plus any JSON data that is passed in with the commit() API. It uses CALLOUT_INVENTORY_PATH in the AdditionalData property to specify the faulted fan FRU.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I365114357580b4f38ec943a769c1ce7f695b51ab
|
H A D | fan_error.cpp | f13b42e22a2a2d747567dd138dc9ff7b76251ff8 Mon Oct 26 15:29:49 CDT 2020 Matt Spinler <spinler@us.ibm.com> monitor: Event logs for nonfunc fan sensors
This commit adds the code to create event logs calling out the fan when fan sensors have been nonfunctional for a certain amount of time.
This functionality is configured in the JSON, and will only be enabled if the 'fault_handling' JSON section is present. It uses the following new JSON parameters:
nonfunc_rotor_error_delay (per fan): This says how many seconds a fan sensor must be nonfunctional before the event log will be created.
num_nonfunc_rotors_before_error (under fault_handling): This specifies how many nonfunctional fan rotors there must be at the same time before an event log with an error severity is created for the rotor. When there are fewer than this many nonfunctional rotors, then event logs with an informational severity will be created.
A new FanError class is used to create the event logs. It adds the Logger output as FFDC, plus any JSON data that is passed in with the commit() API. It uses CALLOUT_INVENTORY_PATH in the AdditionalData property to specify the faulted fan FRU.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I365114357580b4f38ec943a769c1ce7f695b51ab
|
H A D | gen-fan-monitor-defs.py | diff f13b42e22a2a2d747567dd138dc9ff7b76251ff8 Mon Oct 26 15:29:49 CDT 2020 Matt Spinler <spinler@us.ibm.com> monitor: Event logs for nonfunc fan sensors
This commit adds the code to create event logs calling out the fan when fan sensors have been nonfunctional for a certain amount of time.
This functionality is configured in the JSON, and will only be enabled if the 'fault_handling' JSON section is present. It uses the following new JSON parameters:
nonfunc_rotor_error_delay (per fan): This says how many seconds a fan sensor must be nonfunctional before the event log will be created.
num_nonfunc_rotors_before_error (under fault_handling): This specifies how many nonfunctional fan rotors there must be at the same time before an event log with an error severity is created for the rotor. When there are fewer than this many nonfunctional rotors, then event logs with an informational severity will be created.
A new FanError class is used to create the event logs. It adds the Logger output as FFDC, plus any JSON data that is passed in with the commit() API. It uses CALLOUT_INVENTORY_PATH in the AdditionalData property to specify the faulted fan FRU.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I365114357580b4f38ec943a769c1ce7f695b51ab
|
H A D | system.hpp | diff f13b42e22a2a2d747567dd138dc9ff7b76251ff8 Mon Oct 26 15:29:49 CDT 2020 Matt Spinler <spinler@us.ibm.com> monitor: Event logs for nonfunc fan sensors
This commit adds the code to create event logs calling out the fan when fan sensors have been nonfunctional for a certain amount of time.
This functionality is configured in the JSON, and will only be enabled if the 'fault_handling' JSON section is present. It uses the following new JSON parameters:
nonfunc_rotor_error_delay (per fan): This says how many seconds a fan sensor must be nonfunctional before the event log will be created.
num_nonfunc_rotors_before_error (under fault_handling): This specifies how many nonfunctional fan rotors there must be at the same time before an event log with an error severity is created for the rotor. When there are fewer than this many nonfunctional rotors, then event logs with an informational severity will be created.
A new FanError class is used to create the event logs. It adds the Logger output as FFDC, plus any JSON data that is passed in with the commit() API. It uses CALLOUT_INVENTORY_PATH in the AdditionalData property to specify the faulted fan FRU.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I365114357580b4f38ec943a769c1ce7f695b51ab
|
H A D | types.hpp | diff f13b42e22a2a2d747567dd138dc9ff7b76251ff8 Mon Oct 26 15:29:49 CDT 2020 Matt Spinler <spinler@us.ibm.com> monitor: Event logs for nonfunc fan sensors
This commit adds the code to create event logs calling out the fan when fan sensors have been nonfunctional for a certain amount of time.
This functionality is configured in the JSON, and will only be enabled if the 'fault_handling' JSON section is present. It uses the following new JSON parameters:
nonfunc_rotor_error_delay (per fan): This says how many seconds a fan sensor must be nonfunctional before the event log will be created.
num_nonfunc_rotors_before_error (under fault_handling): This specifies how many nonfunctional fan rotors there must be at the same time before an event log with an error severity is created for the rotor. When there are fewer than this many nonfunctional rotors, then event logs with an informational severity will be created.
A new FanError class is used to create the event logs. It adds the Logger output as FFDC, plus any JSON data that is passed in with the commit() API. It uses CALLOUT_INVENTORY_PATH in the AdditionalData property to specify the faulted fan FRU.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I365114357580b4f38ec943a769c1ce7f695b51ab
|
H A D | json_parser.cpp | diff f13b42e22a2a2d747567dd138dc9ff7b76251ff8 Mon Oct 26 15:29:49 CDT 2020 Matt Spinler <spinler@us.ibm.com> monitor: Event logs for nonfunc fan sensors
This commit adds the code to create event logs calling out the fan when fan sensors have been nonfunctional for a certain amount of time.
This functionality is configured in the JSON, and will only be enabled if the 'fault_handling' JSON section is present. It uses the following new JSON parameters:
nonfunc_rotor_error_delay (per fan): This says how many seconds a fan sensor must be nonfunctional before the event log will be created.
num_nonfunc_rotors_before_error (under fault_handling): This specifies how many nonfunctional fan rotors there must be at the same time before an event log with an error severity is created for the rotor. When there are fewer than this many nonfunctional rotors, then event logs with an informational severity will be created.
A new FanError class is used to create the event logs. It adds the Logger output as FFDC, plus any JSON data that is passed in with the commit() API. It uses CALLOUT_INVENTORY_PATH in the AdditionalData property to specify the faulted fan FRU.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I365114357580b4f38ec943a769c1ce7f695b51ab
|
H A D | fan.hpp | diff f13b42e22a2a2d747567dd138dc9ff7b76251ff8 Mon Oct 26 15:29:49 CDT 2020 Matt Spinler <spinler@us.ibm.com> monitor: Event logs for nonfunc fan sensors
This commit adds the code to create event logs calling out the fan when fan sensors have been nonfunctional for a certain amount of time.
This functionality is configured in the JSON, and will only be enabled if the 'fault_handling' JSON section is present. It uses the following new JSON parameters:
nonfunc_rotor_error_delay (per fan): This says how many seconds a fan sensor must be nonfunctional before the event log will be created.
num_nonfunc_rotors_before_error (under fault_handling): This specifies how many nonfunctional fan rotors there must be at the same time before an event log with an error severity is created for the rotor. When there are fewer than this many nonfunctional rotors, then event logs with an informational severity will be created.
A new FanError class is used to create the event logs. It adds the Logger output as FFDC, plus any JSON data that is passed in with the commit() API. It uses CALLOUT_INVENTORY_PATH in the AdditionalData property to specify the faulted fan FRU.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I365114357580b4f38ec943a769c1ce7f695b51ab
|
H A D | tach_sensor.hpp | diff f13b42e22a2a2d747567dd138dc9ff7b76251ff8 Mon Oct 26 15:29:49 CDT 2020 Matt Spinler <spinler@us.ibm.com> monitor: Event logs for nonfunc fan sensors
This commit adds the code to create event logs calling out the fan when fan sensors have been nonfunctional for a certain amount of time.
This functionality is configured in the JSON, and will only be enabled if the 'fault_handling' JSON section is present. It uses the following new JSON parameters:
nonfunc_rotor_error_delay (per fan): This says how many seconds a fan sensor must be nonfunctional before the event log will be created.
num_nonfunc_rotors_before_error (under fault_handling): This specifies how many nonfunctional fan rotors there must be at the same time before an event log with an error severity is created for the rotor. When there are fewer than this many nonfunctional rotors, then event logs with an informational severity will be created.
A new FanError class is used to create the event logs. It adds the Logger output as FFDC, plus any JSON data that is passed in with the commit() API. It uses CALLOUT_INVENTORY_PATH in the AdditionalData property to specify the faulted fan FRU.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I365114357580b4f38ec943a769c1ce7f695b51ab
|
H A D | system.cpp | diff f13b42e22a2a2d747567dd138dc9ff7b76251ff8 Mon Oct 26 15:29:49 CDT 2020 Matt Spinler <spinler@us.ibm.com> monitor: Event logs for nonfunc fan sensors
This commit adds the code to create event logs calling out the fan when fan sensors have been nonfunctional for a certain amount of time.
This functionality is configured in the JSON, and will only be enabled if the 'fault_handling' JSON section is present. It uses the following new JSON parameters:
nonfunc_rotor_error_delay (per fan): This says how many seconds a fan sensor must be nonfunctional before the event log will be created.
num_nonfunc_rotors_before_error (under fault_handling): This specifies how many nonfunctional fan rotors there must be at the same time before an event log with an error severity is created for the rotor. When there are fewer than this many nonfunctional rotors, then event logs with an informational severity will be created.
A new FanError class is used to create the event logs. It adds the Logger output as FFDC, plus any JSON data that is passed in with the commit() API. It uses CALLOUT_INVENTORY_PATH in the AdditionalData property to specify the faulted fan FRU.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I365114357580b4f38ec943a769c1ce7f695b51ab
|
H A D | fan.cpp | diff f13b42e22a2a2d747567dd138dc9ff7b76251ff8 Mon Oct 26 15:29:49 CDT 2020 Matt Spinler <spinler@us.ibm.com> monitor: Event logs for nonfunc fan sensors
This commit adds the code to create event logs calling out the fan when fan sensors have been nonfunctional for a certain amount of time.
This functionality is configured in the JSON, and will only be enabled if the 'fault_handling' JSON section is present. It uses the following new JSON parameters:
nonfunc_rotor_error_delay (per fan): This says how many seconds a fan sensor must be nonfunctional before the event log will be created.
num_nonfunc_rotors_before_error (under fault_handling): This specifies how many nonfunctional fan rotors there must be at the same time before an event log with an error severity is created for the rotor. When there are fewer than this many nonfunctional rotors, then event logs with an informational severity will be created.
A new FanError class is used to create the event logs. It adds the Logger output as FFDC, plus any JSON data that is passed in with the commit() API. It uses CALLOUT_INVENTORY_PATH in the AdditionalData property to specify the faulted fan FRU.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I365114357580b4f38ec943a769c1ce7f695b51ab
|
H A D | tach_sensor.cpp | diff f13b42e22a2a2d747567dd138dc9ff7b76251ff8 Mon Oct 26 15:29:49 CDT 2020 Matt Spinler <spinler@us.ibm.com> monitor: Event logs for nonfunc fan sensors
This commit adds the code to create event logs calling out the fan when fan sensors have been nonfunctional for a certain amount of time.
This functionality is configured in the JSON, and will only be enabled if the 'fault_handling' JSON section is present. It uses the following new JSON parameters:
nonfunc_rotor_error_delay (per fan): This says how many seconds a fan sensor must be nonfunctional before the event log will be created.
num_nonfunc_rotors_before_error (under fault_handling): This specifies how many nonfunctional fan rotors there must be at the same time before an event log with an error severity is created for the rotor. When there are fewer than this many nonfunctional rotors, then event logs with an informational severity will be created.
A new FanError class is used to create the event logs. It adds the Logger output as FFDC, plus any JSON data that is passed in with the commit() API. It uses CALLOUT_INVENTORY_PATH in the AdditionalData property to specify the faulted fan FRU.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I365114357580b4f38ec943a769c1ce7f695b51ab
|