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:
parent
9ecea8abde
commit
62b4308589
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user