2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-14 03:37:47 +00:00

Do not warn on nearly full SEL

SEL being almost full isn't that large a concern,
demote this to 'OK'.

Change-Id: I94167badd2320d316d5f58a96f767a23946b5df5
This commit is contained in:
Jarrod Johnson 2016-04-07 11:01:01 -04:00
parent fe9d6b06fa
commit 9712efcf52

View File

@ -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,
},