mirror of
https://opendev.org/x/pyghmi
synced 2025-01-14 19:57: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:
parent
fe9d6b06fa
commit
9712efcf52
@ -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,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user