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
Here we are interested in VoltageSense01 bytes, that are 19 14 14 19 (aka 25 20 20 25 in decimal).
In SES-3 standard the order of threshold status element is high_crit -> high_warn -> low_warn -> low_crit
Hence, I assume that VoltageSense01.low_warn = 14h and VoltageSense01.low_crit = 19h (based on raw data)
start_byte (third parameter) for low_crit is higher than low_warn
The text was updated successfully, but these errors were encountered:
kseniadumpling
changed the title
Order of low_crit and low_warn thresholds is mixed for --get command
sg_ses: order of low_crit and low_warn thresholds is mixed for --get command
May 31, 2024
Hi! Thanks for writing this SES utility.
Currently we found an issue with
--get
command for voltage thresholds. It seems the order for low_crit and low_warn is mixed up.First thing, the raw output for page 5 (Threshold In):
Here we are interested in VoltageSense01 bytes, that are
19 14 14 19
(aka25 20 20 25
in decimal).In SES-3 standard the order of threshold status element is high_crit -> high_warn -> low_warn -> low_crit
Hence, I assume that VoltageSense01.low_warn = 14h and VoltageSense01.low_crit = 19h (based on raw data)
However, on a system I got these results:
I took a quick look at the code and guess the problem might be hidden here:
start_byte (third parameter) for low_crit is higher than low_warn
The text was updated successfully, but these errors were encountered: