From 9290d4a876a1a0d83b174755b92e4d49cea6ad5a Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 30 May 2012 21:10:24 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/data/ipmisensorevents.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/perl-xCAT/xCAT/data/ipmisensorevents.pm b/perl-xCAT/xCAT/data/ipmisensorevents.pm index a1aaad7d2..3fbf214e0 100644 --- a/perl-xCAT/xCAT/data/ipmisensorevents.pm +++ b/perl-xCAT/xCAT/data/ipmisensorevents.pm @@ -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",