Given the following performed on a threshold sensor reading:

 

      if (ipmi_sensor_get_normal_min_specified(sensor)) {

         ipmi_sensor_get_normal_min(sensor, &sensorMin);

      }

 

      if (0 < sensorMin && 0 == value) {

         // NULL reading?

      }

 

What does a "NULL reading" mean?  I get this reading when my system is
powered off (the BMC is separately powered), but if this happens on a
machine that is not powered off, what does that mean?  Or can this only
happen on a system that is powered off?

 

Thanks,

Jen

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Openipmi-developer mailing list
Openipmi-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openipmi-developer

Reply via email to