fix hirschmann psu wrong oid (#985)

This commit is contained in:
cgagnaire 2018-05-14 14:04:36 +00:00 committed by Simon Bomm
parent f0b126bfcc
commit 9f6aa3e3a2
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ my %map_psu_status = (
# In MIB 'hmpriv.mib' # In MIB 'hmpriv.mib'
my $mapping = { my $mapping = {
hmPSState => { oid => '.1.3.6.1.4.1.2352.2.4.1.2.1.2', map => \%map_psu_status }, hmPSState => { oid => '.1.3.6.1.4.1.248.14.1.2.1.3', map => \%map_psu_status },
}; };
sub load { sub load {