+ HP Bladechassis OIDs are mixed up (#2893)
This commit is contained in:
parent
1c57fe247b
commit
a619983b8d
|
@ -40,8 +40,8 @@ my %present_map = (
|
|||
my $mapping = {
|
||||
blade_name => { oid => '.1.3.6.1.4.1.232.22.2.4.1.1.1.4' }, # cpqRackServerBladeName
|
||||
blade_part => { oid => '.1.3.6.1.4.1.232.22.2.4.1.1.1.6' }, # cpqRackServerBladePartNumber
|
||||
blade_status => { oid => '.1.3.6.1.4.1.232.22.2.3.1.3.1.11', map => \%map_conditions }, # cpqRackServerBladeStatus (v2)
|
||||
blade_spare => { oid => '.1.3.6.1.4.1.232.22.2.4.1.1.1.21' }, # cpqRackServerBladeSparePartNumber
|
||||
blade_status => { oid => '.1.3.6.1.4.1.232.22.2.4.1.1.1.21', map => \%map_conditions }, # cpqRackServerBladeStatus (v2)
|
||||
blade_spare => { oid => '.1.3.6.1.4.1.232.22.2.4.1.1.1.7' }, # cpqRackServerBladeSparePartNumber
|
||||
blade_productid => { oid => '.1.3.6.1.4.1.232.22.2.4.1.1.1.17' }, # cpqRackServerBladeProductId
|
||||
blade_diago => { oid => '.1.3.6.1.4.1.232.22.2.4.1.1.1.24' }, # cpqRackServerBladeFaultDiagnosticString (v2)
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue