From 67aa1fd0a041be38f35229bed9b5123420b640e1 Mon Sep 17 00:00:00 2001 From: Potin Lai Date: Tue, 13 Sep 2022 14:10:17 +0800 Subject: meta-facebook: add memory usage warning threshold Add a log only warning threshold at 70% memory usage. Signed-off-by: Potin Lai Change-Id: I74c49efeaedacff20f59a646c2a8e37ec76b5e7f --- meta-facebook/recipes-phosphor/health/files/bmc_health_config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta-facebook/recipes-phosphor/health/files/bmc_health_config.json b/meta-facebook/recipes-phosphor/health/files/bmc_health_config.json index 0807bae899..2dd23974e5 100644 --- a/meta-facebook/recipes-phosphor/health/files/bmc_health_config.json +++ b/meta-facebook/recipes-phosphor/health/files/bmc_health_config.json @@ -28,6 +28,12 @@ "Value": 85.0, "Log": true, "Target": "reboot.target" + }, + "Warning": + { + "Value": 70.0, + "Log": true, + "Target": "" } } }, -- cgit v1.2.3