#
9e9f599c |
| 30-Sep-2020 |
Matt Spinler <spinler@us.ibm.com> |
presence: Make error time be per fan
Previously there was a global value for the amount of time a fan needed to be missing before an event log was created. This commit changes it so that instead th
presence: Make error time be per fan
Previously there was a global value for the amount of time a fan needed to be missing before an event log was created. This commit changes it so that instead the value is specified per fan in the JSON.
This way, the times can be different or left off completely on a fan to fan basis. The ErrorReporter object will only be created if there is at least one fan with a time value.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I53bb91c88ec1b0352df11b2e988064c2ec02af45
show more ...
|
#
5593560b |
| 13-Jun-2017 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
presence: New parser
Adopt an easy on the tongue acronym similar to other projects. Add a robust parser with support for sensors and policies. Sensors: gpio, tach Policies: fallback Add an examp
presence: New parser
Adopt an easy on the tongue acronym similar to other projects. Add a robust parser with support for sensors and policies. Sensors: gpio, tach Policies: fallback Add an example yaml file.
Change-Id: I9158a0ce2a08ef6b7bb3f5d659ea0e0433af5b96 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|