2
0
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:
Jarrod Johnson
2015-02-17 14:05:47 -05:00
parent a0a922309e
commit b779379511
+1 -1
View File
@@ -250,7 +250,7 @@ discrete_type_offsets = {
},
3: {
'desc': 'Not Redundant',
'severity': const.Health.Warning,
'severity': const.Health.Ok,
},
4: {
'desc': 'Not Redundant',