mirror of
https://opendev.org/x/pyghmi
synced 2026-05-14 02:14:21 +00:00
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
This commit is contained in:
@@ -250,7 +250,7 @@ discrete_type_offsets = {
|
||||
},
|
||||
3: {
|
||||
'desc': 'Not Redundant',
|
||||
'severity': const.Health.Warning,
|
||||
'severity': const.Health.Ok,
|
||||
},
|
||||
4: {
|
||||
'desc': 'Not Redundant',
|
||||
|
||||
Reference in New Issue
Block a user