This commit is contained in:
garnier-quentin 2015-08-25 10:59:04 +02:00
parent 807500122c
commit 92b2ab6623
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ my %map_raid_status = (
); );
my $mapping = { my $mapping = {
raidStatus => { oid => '.1.3.6.1.4.1.15497.1.1.1.8.1.2', map => \%map_raid_status }, raidStatus => { oid => '.1.3.6.1.4.1.15497.1.1.1.18.1.2', map => \%map_raid_status },
raidID => { oid => '.1.3.6.1.4.1.15497.1.1.1.8.1.4' }, raidID => { oid => '.1.3.6.1.4.1.15497.1.1.1.18.1.3' },
}; };
my $oid_raidEntry = '.1.3.6.1.4.1.15497.1.1.1.18.1'; my $oid_raidEntry = '.1.3.6.1.4.1.15497.1.1.1.18.1';