fix oid .0 missing digit

This commit is contained in:
Simon Bimm 2015-01-16 16:29:28 +01:00 committed by Simon BOMM
parent eafb5b7e85
commit 39ec90324f
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ sub run {
my $oid_haInstalled = '.1.3.6.1.4.1.2620.1.5.2.0';
my $oid_haState = '.1.3.6.1.4.1.2620.1.5.6.0';
my $oid_haStatCode = '.1.3.6.1.4.1.2620.1.5.101';
my $oid_haStatCode = '.1.3.6.1.4.1.2620.1.5.101.0';
my $oid_haStarted = '.1.3.6.1.4.1.2620.1.5.5.0';
my $result = $self->{snmp}->get_leef(oids => [$oid_haInstalled, $oid_haState, $oid_haStatCode, $oid_haStarted], nothing_quit => 1);