fix riverved steelhead load-average (#1272)
This commit is contained in:
parent
605d55d8ec
commit
4135847a2a
|
@ -115,18 +115,18 @@ sub manage_selection {
|
||||||
|
|
||||||
# STEELHEAD-MIB
|
# STEELHEAD-MIB
|
||||||
my $oids = {
|
my $oids = {
|
||||||
cpuUtil1 => '.1.3.6.1.4.1.17163.1.1.5.1.1.0',
|
cpuLoad1 => '.1.3.6.1.4.1.17163.1.1.5.1.1.0',
|
||||||
cpuLoad1 => '.1.3.6.1.4.1.17163.1.1.5.1.2.0',
|
cpuLoad5 => '.1.3.6.1.4.1.17163.1.1.5.1.2.0',
|
||||||
cpuLoad5 => '.1.3.6.1.4.1.17163.1.1.5.1.3.0',
|
cpuLoad15 => '.1.3.6.1.4.1.17163.1.1.5.1.3.0',
|
||||||
cpuLoad15 => '.1.3.6.1.4.1.17163.1.1.5.1.4.0',
|
cpuUtil1 => '.1.3.6.1.4.1.17163.1.1.5.1.4.0',
|
||||||
};
|
};
|
||||||
|
|
||||||
# STEELHEAD-EX-MIB
|
# STEELHEAD-EX-MIB
|
||||||
my $oids_ex = {
|
my $oids_ex = {
|
||||||
cpuUtil1 => '.1.3.6.1.4.1.17163.1.51.5.1.1.0',
|
cpuLoad1 => '.1.3.6.1.4.1.17163.1.51.5.1.1.0',
|
||||||
cpuLoad1 => '.1.3.6.1.4.1.17163.1.51.5.1.2.0',
|
cpuLoad5 => '.1.3.6.1.4.1.17163.1.51.5.1.2.0',
|
||||||
cpuLoad5 => '.1.3.6.1.4.1.17163.1.51.5.1.3.0',
|
cpuLoad15 => '.1.3.6.1.4.1.17163.1.51.5.1.3.0',
|
||||||
cpuLoad15 => '.1.3.6.1.4.1.17163.1.51.5.1.4.0',
|
cpuUtil1 => '.1.3.6.1.4.1.17163.1.51.5.1.4.0',
|
||||||
};
|
};
|
||||||
|
|
||||||
my $snmp_result = $options{snmp}->get_leef(oids => [ values %{$oids}, values %{$oids_ex} ], nothing_quit => 1);
|
my $snmp_result = $options{snmp}->get_leef(oids => [ values %{$oids}, values %{$oids_ex} ], nothing_quit => 1);
|
||||||
|
|
Loading…
Reference in New Issue