bmc_health_config_json.md: add hysteresis info
Add the hysteresis info to the bmc_health_config_json.md.
Change-Id: I11721f5f8d014d9cffe4ffc0ed1100bafbb2b6a3
Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
diff --git a/bmc_health_config_json.md b/bmc_health_config_json.md
index 36cc4d1..eb0bd43 100644
--- a/bmc_health_config_json.md
+++ b/bmc_health_config_json.md
@@ -40,6 +40,9 @@
- `Path`
- The path attribute is applicable to storage metrics and indicates the
directory path for it.
+- `Hysteresis`
+ - This indicates the percentage beyond which the metric value change (since
+ last notified) should be reported as a D-Bus signal.
- `Threshold`
- The following threshold levels (with bounds) are supported.
- `HardShutdown_Lower`
@@ -71,6 +74,7 @@
```json
"CPU": {
"Window_size": 120,
+ "Hysteresis": 1.0,
"Threshold": {
"Critical_Upper": {
"Value": 90.0,