From 62b43085898ad52e32a7a9f2727e1c0062466e93 Mon Sep 17 00:00:00 2001 From: ellen56 Date: Thu, 7 Apr 2011 12:55:05 +0000 Subject: [PATCH] fix defect 3195959 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9238 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-rmc/scripts/logeventtoteal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-rmc/scripts/logeventtoteal b/xCAT-rmc/scripts/logeventtoteal index d3dbae09d..e70a6d15c 100755 --- a/xCAT-rmc/scripts/logeventtoteal +++ b/xCAT-rmc/scripts/logeventtoteal @@ -37,6 +37,7 @@ if (!$batch) { #handle single event rpt_comp => 'IBM.Condition', rpt_loc_type =>"A", rpt_loc => $ENV{ERRM_NODE_NAME} . "##" . $ENV{ERRM_COND_NAME}, + raw_data_fmt =>"0", raw_data => $ENV{ERRM_ATTR_PNAME} . "=" . $ENV{ERRM_VALUE}, }; @@ -89,6 +90,7 @@ if (!$batch) { #handle single event rpt_comp => "IBM.Condition", rpt_loc_type =>"A", rpt_loc => $content_hash{ERRM_NODE_NAME} . "##" . $content_hash{ERRM_COND_NAME}, + raw_data_fmt =>"0", raw_data => $content_hash{ERRM_ATTR_PNAME} . "=" . $content_hash{ERRM_VALUE}, }; push(@a, $event);