fix defect 3195959

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9238 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ellen56 2011-04-07 12:55:05 +00:00
parent 9ecea8abde
commit 62b4308589

View File

@ -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);