diff --git a/pyghmi/ipmi/private/constants.py b/pyghmi/ipmi/private/constants.py index 0d911bbf..4d2e5794 100644 --- a/pyghmi/ipmi/private/constants.py +++ b/pyghmi/ipmi/private/constants.py @@ -405,7 +405,7 @@ generic_type_offsets = { }, 3: { 'desc': 'Not redundant', # down to non redundant - 'severity': const.Health.Warning, + 'severity': const.Health.Ok, 'deassertion_desc': 'Redundancy restored', 'deassertion_severity': const.Health.Ok, },