Fan monitor config yaml

Add yaml to define the phosphor-fan-monitor
behavior.

A possible future improvement would be generate part
or all of this file from the MRW, especially the
inventory piece.  This is being skipped for now due
to time constraints.

Change-Id: Ia38f8c40d31fca54abcd9c616981fb040cf57b14
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config/monitor.yaml b/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config/monitor.yaml
new file mode 100644
index 0000000..b74c2b0
--- /dev/null
+++ b/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-monitor-config/monitor.yaml
@@ -0,0 +1,31 @@
+  - inventory: /system/chassis/motherboard/fan0
+    allowed_out_of_range_time: 15
+    deviation: 15
+    num_sensors_nonfunc_for_fan_nonfunc: 1
+    sensors:
+      - name: fan0
+        has_target: true
+
+  - inventory: /system/chassis/motherboard/fan1
+    allowed_out_of_range_time: 15
+    deviation: 15
+    num_sensors_nonfunc_for_fan_nonfunc: 1
+    sensors:
+      - name: fan1
+        has_target: true
+
+  - inventory: /system/chassis/motherboard/fan2
+    allowed_out_of_range_time: 15
+    deviation: 15
+    num_sensors_nonfunc_for_fan_nonfunc: 1
+    sensors:
+      - name: fan2
+        has_target: true
+
+  - inventory: /system/chassis/motherboard/fan3
+    allowed_out_of_range_time: 15
+    deviation: 15
+    num_sensors_nonfunc_for_fan_nonfunc: 1
+    sensors:
+      - name: fan3
+        has_target: true
\ No newline at end of file