Add support for certain IPMI specified events

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13606 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-08-24 14:17:11 +00:00
parent 49787e5842
commit 207fafea58

View File

@ -33,6 +33,9 @@ package xCAT::data::ipmisensorevents;
"07h,07h"=>"Processor,Processor Presence Detected",
"07h,08h"=>"Processor,Processor Disabled",
"07h,09h"=>"Processor,Terminator Presence Detected",
"07h,0Ah"=>"Processor Automatically Throttled (thermal or power throttling)",
"07h,0Bh"=>"Uncorrectable Machine check exception",
"07h,0Ch"=>"Correctable Machine check exception",
"08h,00h"=>"Power Supply,Presence Detected",
"08h,01h"=>"Power Supply,Power Supply Failure Detected",
"08h,02h"=>"Power Supply,Predictive Failure Asserted",