You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment severity fields are ints 0-4 which correspond one to one with a threshold type:
Threshold
Severity
Warning
0
Critical
1
PerformanceLoss
2
SoftShutdown
3
HardShutdown
4
Change these to a string enum so it's clear which threshold is being used in config files. This will require updating the schema here, dbus-sensors and phosphor-virtual-sensors.
The text was updated successfully, but these errors were encountered:
At the moment severity fields are ints 0-4 which correspond one to one with a threshold type:
Change these to a string enum so it's clear which threshold is being used in config files. This will require updating the schema here, dbus-sensors and phosphor-virtual-sensors.
The text was updated successfully, but these errors were encountered: