mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 21:55:16 +02:00
fix hp msl
This commit is contained in:
parent
4dc55f5d8b
commit
d3062f0133
@ -64,10 +64,7 @@ sub snmp_execute {
|
|||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
$self->{snmp} = $options{snmp};
|
$self->{snmp} = $options{snmp};
|
||||||
#$self->{results} = $self->{snmp}->get_multiple_table(oids => $self->{request});
|
$self->{results} = $self->{snmp}->get_multiple_table(oids => $self->{request});
|
||||||
$self->{results} = {
|
|
||||||
'.1.3.6.1.4.1.11.2.36.1.1.5.1.1.3' => { '.1.3.6.1.4.1.11.2.36.1.1.5.1.1.3.1' => 3 },
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user