fix hirschmann psu wrong oid (#985)
This commit is contained in:
parent
f0b126bfcc
commit
9f6aa3e3a2
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue