summaryrefslogtreecommitdiffstats
path: root/monitor/example
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2018-02-19 14:13:20 -0600
committerMatthew Barth <msbarth@us.ibm.com>2018-03-01 09:34:09 -0600
commit9396bcc3d3a60fdad5875433210038c1b9d20ac5 (patch)
treef56782772072715912780d087d1cf1036fe8f0f9 /monitor/example
parentc63ef39f17b9dab2ca565091aa076bf219085d7f (diff)
downloadphosphor-fan-presence-9396bcc3d3a60fdad5875433210038c1b9d20ac5.tar.gz
phosphor-fan-presence-9396bcc3d3a60fdad5875433210038c1b9d20ac5.zip
Add tach sensor functional delay
Add ability to define a delay to marking a tach sensor as functional when it transitions from a nonfunctional state. Essentially this gives the option to wait a given amount of time that a tach sensor must be within the allowed deviation before being updated to functional. Default functional delay = 0 seconds Tested: Current fan definition values function the same Change-Id: I58bf70d2335e27c06037b755cbee8dae81528a5a Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'monitor/example')
-rw-r--r--monitor/example/monitor.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/monitor/example/monitor.yaml b/monitor/example/monitor.yaml
index 4819d12..7676fde 100644
--- a/monitor/example/monitor.yaml
+++ b/monitor/example/monitor.yaml
@@ -7,6 +7,9 @@
#fans:
# - inventory:
# [The system inventory location for the fan]
+# functional_delay:
+# [Delay (in secs) before a fan is marked functional after returning
+# within the allowed deviation]
# allowed_out_of_range_time:
# [Time (in secs) actual speed can be outside of deviation of
# target speed]
@@ -53,6 +56,7 @@
#Example entries for 1 fan system:
#fans:
# - inventory: /system/chassis/motherboard/fan0
+# functional_delay: 5
# allowed_out_of_range_time: 15
# deviation: 15
# num_sensors_nonfunc_for_fan_nonfunc: 1
OpenPOWER on IntegriCloud