Add support for certain IPMI specified events

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12964 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-30 21:10:24 +00:00
parent cdeab53cfd
commit 9290d4a876

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",