From e567dd24a8d943b4655ed2db74ce3639b05652bc Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Thu, 27 Apr 2017 12:27:17 -0500 Subject: phosphor-fan-monitor framework This application will monitor the actual speeds of fans (via their sensors) and compare them to their expected speeds. If a fan is too slow for too long, it will have its Functional property in the inventory set to false. If it starts working again, the property will be set back to true. It will use configuration data to say which fans to check and which values to use for various timeout and deviation parameters. Change-Id: Ic61613018a758727835b70f2df0ecd1bf12e8256 Signed-off-by: Matt Spinler --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e118816..443dab7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,3 +21,6 @@ endif if WANT_COOLING_TYPE SUBDIRS += chassis-cooling-type endif +if WANT_MONITOR +SUBDIRS += monitor +endif -- cgit v1.2.1