From 207fafea58ecd731b6a8ab6d5696c1701a79bb48 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 24 Aug 2012 14:17:11 +0000 Subject: [PATCH] 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 --- 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 b78301527..5a6ff76fb 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",