-Add access to the event summary to IPMI driven snmpmon evoked cmds.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4380 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3f41092a5b
commit
f260efaa7a
@ -202,6 +202,7 @@ while ($temp=<STDIN>) {
|
||||
foreach (@varray) { $_=hex($_); }
|
||||
my $error = xCAT_plugin::ipmi->decodealert($trapid, $node1, @varray);
|
||||
$briefmsg .= $error;
|
||||
$message .= " eventsummary=$error\n";
|
||||
|
||||
#severity value from decodealert are:
|
||||
#LOG,INFORMATION,OK,CRITICAL,NON-RECOVERABLE,MONITOR and UNKNOWN-SEVERITY
|
||||
|
Loading…
Reference in New Issue
Block a user