From b7793795111d5be064552a65173a1cf46c60b113 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 17 Feb 2015 14:05:47 -0500 Subject: [PATCH] Reduce severity of a non-redundant state A particular non-redundant state value has been observed to more commonly describe a system that simply isn't redundant by nature. Rely on more ominous states and sensors to convey truly problematic conditions. Change-Id: I601fb6d358df626d9b12050c1f4a201121a7b264 --- pyghmi/ipmi/private/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyghmi/ipmi/private/constants.py b/pyghmi/ipmi/private/constants.py index 1cee5e7d..b6e82873 100644 --- a/pyghmi/ipmi/private/constants.py +++ b/pyghmi/ipmi/private/constants.py @@ -250,7 +250,7 @@ discrete_type_offsets = { }, 3: { 'desc': 'Not Redundant', - 'severity': const.Health.Warning, + 'severity': const.Health.Ok, }, 4: { 'desc': 'Not Redundant',