From 9712efcf52490735f220588963729f3288726ffd Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 7 Apr 2016 11:01:01 -0400 Subject: [PATCH] Do not warn on nearly full SEL SEL being almost full isn't that large a concern, demote this to 'OK'. Change-Id: I94167badd2320d316d5f58a96f767a23946b5df5 --- 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 1a53b1ce..84a5633e 100644 --- a/pyghmi/ipmi/private/constants.py +++ b/pyghmi/ipmi/private/constants.py @@ -912,7 +912,7 @@ sensor_type_offsets = { }, 5: { 'desc': 'Event log nearly full', - 'severity': const.Health.Warning, + 'severity': const.Health.Ok, 'deassertion_desc': 'Event log no longer nearly full', 'deassertion_severity': const.Health.Ok, },