- 871bfea sensor-mon: Add a readme by Matt Spinler · 4 years ago
- ffd5467 sensor-mon: Create event logs by Matt Spinler · 4 years ago
- 08a66ef sensor-mon: Persist timer start times by Matt Spinler · 4 years ago
- 0b83951 sensor-mon: Start timers and shutdown by Matt Spinler · 4 years ago
- 16c7dc1 sensor-mon: Handle propertiesChanged by Matt Spinler · 4 years ago
- 9c0715b sensor-mon: Create sensor-monitor application by Matt Spinler · 4 years ago
- ac37297 monitor: Write fan presence changes to journal by Matt Spinler · 4 years ago
- 11b5d8f monitor: Only stop timer when its running by Matthew Barth · 4 years ago
- 56f1ffc control: Declare non-templated handlers as inline by Matthew Barth · 4 years ago
- 3b3efc5 control: Add missing zone.hpp include to functor.hpp by Matthew Barth · 4 years ago
- 0d0e355 monitor: Add journal traces on tach sensor timer state changes by Matthew Barth · 4 years ago
- 7c23a04 monitor: Enhance tracing of fan & tach sensor states by Matthew Barth · 4 years ago
- c8c8ccf monitor: Move tach sensor template function to header by Matthew Barth · 4 years ago
- 0daedd1 presence: Don't start until JSON config is found by Matt Spinler · 4 years ago
- 59850df monitor: Add ability to delay finding conf file by Matt Spinler · 4 years ago
- 23f8757 Add class params to the DBus* exception messages by Matt Spinler · 4 years ago
- 0648014 monitor: Allow missing presence property on start by Matt Spinler · 4 years ago
- ba3ee9a monitor: Fill in EpowPowerOff action by Matt Spinler · 4 years ago
- c8d3c51 monitor: Add thermal fault alert D-Bus property by Matt Spinler · 4 years ago
- c4bed6b monitor: Remove _active from PowerOffAction by Matt Spinler · 4 years ago
- b92aa3b monitor: Change power off rule trace order by Matt Spinler · 4 years ago
- 69f2f48 monitor: Add up/down count fault detection by Jolie Ku · 4 years, 3 months ago
- ae22619 Enhance fan tracing support - add device access info by Jay Meyer · 4 years, 3 months ago
- 12b3201 monitor: Add a README by Matt Spinler · 4 years, 2 months ago
- ac1efc1 monitor: Re-log fan error on a power off by Matt Spinler · 4 years, 2 months ago
- 27f6b68 monitor: Event logs for missing fans by Matt Spinler · 4 years, 2 months ago
- f13b42e monitor: Event logs for nonfunc fan sensors by Matt Spinler · 4 years, 2 months ago
- c674510 Save the Logger output as plain text, not JSON by Matt Spinler · 4 years, 3 months ago
- ae1f8ef monitor: Allowing ignoring fan FRU func status by Matt Spinler · 4 years, 3 months ago
- e892e39 monitor: Start checking power off rules by Matt Spinler · 4 years, 3 months ago
- f06ab07 monitor: Create PowerOffRules class by Matt Spinler · 4 years, 3 months ago
- 69b0cf0 monitor: Create PowerOffAction class hierarchy by Matt Spinler · 4 years, 3 months ago
- 0023743 monitor: Create PowerOffCause class hierarchy by Matt Spinler · 4 years, 3 months ago
- b63aa09 monitor: Track fan health in the System object by Matt Spinler · 4 years, 3 months ago
- b0412d0 monitor: Use only init mode when using JSON by Matt Spinler · 4 years, 3 months ago
- 3220350 monitor: Add fault config JSON documentation by Matt Spinler · 4 years, 3 months ago
- 5d08322 monitor: Add JSON documentation by Matt Spinler · 4 years, 3 months ago
- 8e1b382 Allow JSON use on all apps except fan control by Matthew Barth · 4 years, 2 months ago
- b318afb control: README note on limited JSON support by Matthew Barth · 4 years, 2 months ago
- 413e4d0 control: Construct base zone group from JSON by Matthew Barth · 4 years, 3 months ago
- 216229c control: Create ZoneHandlers directly from JSON by Matthew Barth · 4 years, 4 months ago
- 3174e72 control: Add event configuration class framework by Matthew Barth · 4 years, 4 months ago
- dfd4a05 control: Group configuration parsing by Matthew Barth · 4 years, 4 months ago
- 651f03a control: Complete zone configuration parsing by Matthew Barth · 4 years, 4 months ago
- 4f0d3b7 control: Zone configuration framework and basic attrs by Matthew Barth · 4 years, 4 months ago
- 08576c5 control: Remove storing bus reference on fan objects by Matthew Barth · 4 years, 4 months ago
- ce95726 control: Pair profiles with name as key by Matthew Barth · 4 years, 4 months ago
- bff1080 control: Complete fan configuration parsing by Matthew Barth · 4 years, 5 months ago
- fcfa052 control: Add fan configuration class framework by Matthew Barth · 4 years, 5 months ago
- 9167c4d control: Complete profile configuration parsing by Matthew Barth · 4 years, 5 months ago
- 2331d18 control: Add loading JSON configuration class objects by Matthew Barth · 4 years, 5 months ago
- a56135b control: Add profile configuration class framework by Matthew Barth · 4 years, 5 months ago
- 554ba47 control: Base JSON configuration attribute class by Matthew Barth · 4 years, 5 months ago
- a227a16 control: Parse optional "manager.json" by Matthew Barth · 4 years, 5 months ago
- 2dc5aba control: Setup configured power on delay retrieval by Matthew Barth · 4 years, 5 months ago
- 23ac24c control: Setup configured zone groups retrieval by Matthew Barth · 4 years, 5 months ago
- 167d2dd control: JSON parsing classes static lib framework by Matthew Barth · 4 years, 5 months ago
- d87f89f control: JSON parsing compile framework by Matthew Barth · 4 years, 5 months ago
- fcbdc0e Support config location from compatible system interface by Matthew Barth · 4 years, 2 months ago
- 5d564a9 monitor: Use the number of failed tach sensors at startup by Jolie Ku · 4 years, 3 months ago
- a7aed01 monitor: journal message for fan Actual Speed wrong by Jay Meyer · 4 years, 3 months ago
- 9e9f599 presence: Make error time be per fan by Matt Spinler · 4 years, 3 months ago
- 39fcd50 presence: Create event logs for missing fans by Matt Spinler · 4 years, 4 months ago
- 0dc85ee presence: Track missing fans with timers by Matt Spinler · 4 years, 4 months ago
- 635de8c Create a class to store messages for event log by Matt Spinler · 4 years, 4 months ago
- 432efec Add class to watch the the power state by Matt Spinler · 4 years, 4 months ago
- e812239 presence: Create ErrorReporter class by Matt Spinler · 4 years, 4 months ago
- 4c3c24f monitor: Mark a fan with a missing dbus sensor as nonfunctional by Jolie Ku · 4 years, 4 months ago
- 1826c73 format: Include format lib and use on errors opening JSON files by Matthew Barth · 4 years, 4 months ago
- 78fd737 Add fan monitor to supporting JSON config in README by Matthew Barth · 4 years, 5 months ago
- 1a56865 presence: Use shared JSON config file finding & loading header by Jolie Ku · 4 years, 5 months ago
- a916f03 Correct optional JSON config file check by Matthew Barth · 4 years, 5 months ago
- ad2cd24 presence: Tach input to double by Matthew Barth · 4 years, 5 months ago
- 0891e3b monitor: Tach input to double by Matthew Barth · 4 years, 5 months ago
- b599102 Handle optional JSON configuration files by Matthew Barth · 4 years, 5 months ago
- e81309d Correct shell script linting by Matthew Barth · 4 years, 5 months ago
- 8f1ce5a Add `test-driver` file to be removed on clean by Matthew Barth · 4 years, 5 months ago
- 8a0c232 monitor: `optional` no longer experimental by Matthew Barth · 4 years, 7 months ago
- fbe86ee monitor: Remove never used logging include from main by Matthew Barth · 4 years, 7 months ago
- d06905c monitor:SIGHUP: Handle reloading JSON config thru SIGHUP by Matthew Barth · 4 years, 7 months ago
- c95c527 monitor:SIGHUP: Create and use system object by Matthew Barth · 4 years, 7 months ago
- bedefd8 monitor:JSON: Enable JSON configuration file usage by Matthew Barth · 4 years, 7 months ago
- 3ad1434 monitor:JSON: Parse fan monitoring conditions by Matthew Barth · 4 years, 7 months ago
- b80e938 monitor:JSON: Add JSON variant type handler by Matthew Barth · 4 years, 7 months ago
- 22ab93b monitor:JSON: Parse fan definitions by Matthew Barth · 4 years, 7 months ago
- 9ea8bee monitor:JSON: Parse trust groups by Matthew Barth · 4 years, 7 months ago
- ccaf2db monitor:JSON: Find and load JSON configuration by Matthew Barth · 4 years, 7 months ago
- 11547c9 utility:JSON: Create JSON config file loader by Matthew Barth · 4 years, 8 months ago
- 9dd65ad presence: Fix variant change by Matthew Barth · 4 years, 7 months ago
- 37b2110 presence: Clarify config file determination by Matthew Barth · 4 years, 8 months ago
- 9078131 presence: Use inventory compatible interface by Matthew Barth · 4 years, 8 months ago
- 9f93bd3 Fix some gcc warnings and style suggestions by Matthew Barth · 4 years, 8 months ago
- 07ba4f0 clang: Add .clang-format by Matthew Barth · 4 years, 8 months ago
- 3e1bb27 control: Clang format updates by Matthew Barth · 4 years, 8 months ago
- 2d2caa3 presence: Clang format updates by Matthew Barth · 4 years, 8 months ago
- 177fe98 monitor: Clang format updates by Matthew Barth · 4 years, 8 months ago
- 0258ed7 cooling-type: Clang format updates by Matthew Barth · 4 years, 8 months ago
- ebd1537 evdevpp: Add TODO for updating test by Matthew Barth · 4 years, 8 months ago
- 11fc0a7 evdevpp: Clang format updates by Matthew Barth · 4 years, 8 months ago
- 9e80c87 utility: Clang format updates by Matthew Barth · 4 years, 8 months ago