From 841548443dcea11d268dd93d42fff7d3a388c3e0 Mon Sep 17 00:00:00 2001 From: Jagpal Singh Gill Date: Thu, 22 Feb 2024 18:56:58 -0800 Subject: meta-ibm: update health metric config Based on the updated config schema for health metric, change the config for IBM platforms. The storage metric exposes storage free rather than storage used, hence update the thresholds for lower bound accordingly. Related diff from phosphor-health-monitor - https://gerrit.openbmc.org/c/openbmc/phosphor-health-monitor/+/69592 Change-Id: I9e28a6e99e2d3e728dded8215f02ca39c6c95678 Signed-off-by: Jagpal Singh Gill --- .../recipes-phosphor/health/files/bmc_health_config.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'meta-ibm/recipes-phosphor') diff --git a/meta-ibm/recipes-phosphor/health/files/bmc_health_config.json b/meta-ibm/recipes-phosphor/health/files/bmc_health_config.json index 39d84842b1..bb6e6e3d37 100644 --- a/meta-ibm/recipes-phosphor/health/files/bmc_health_config.json +++ b/meta-ibm/recipes-phosphor/health/files/bmc_health_config.json @@ -4,13 +4,13 @@ "Window_size": 120, "Threshold": { - "Critical": + "Critical_Upper": { "Value": 90.0, "Log": true, "Target": "" }, - "Warning": + "Warning_Upper": { "Value": 80.0, "Log": false, @@ -23,7 +23,7 @@ "Window_size": 120, "Threshold": { - "Critical": + "Critical_Upper": { "Value": 85.0, "Log": true, @@ -37,9 +37,9 @@ "Window_size": 120, "Threshold": { - "Critical": + "Critical_Lower": { - "Value": 85.0, + "Value": 15.0, "Log": true, "Target": "" } @@ -51,9 +51,9 @@ "Window_size":120, "Threshold": { - "Critical": + "Critical_Lower": { - "Value": 85.0, + "Value": 15.0, "Log": true, "Target": "" } -- cgit v1.2.3