From b1aa759e502a39e82b8b634820e5caf265ad2271 Mon Sep 17 00:00:00 2001 From: George Hung Date: Fri, 2 Jul 2021 09:22:29 +0800 Subject: meta-quanta: gbs: update the default threshold for NVMe update the UCT and UNCT to 72 degree as default Signed-off-by: George Hung Change-Id: I1baad8f3b621c7a704d5e4872d634653ea75c197 --- .../recipes-phosphor/sensors/phosphor-nvme/nvme_config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-quanta') diff --git a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json index 306e74e2a..4c1e3d8d0 100644 --- a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json +++ b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json @@ -163,12 +163,12 @@ ], "threshold": [ { - "criticalHigh": 77, + "criticalHigh": 72, "criticalLow": 0, - "warningHigh": 77, + "warningHigh": 72, "warningLow": 0, "maxValue": 127, "minValue": -128 } ] -} \ No newline at end of file +} -- cgit v1.2.3