mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
fix riverved steelhead load-average (#1272)
This commit is contained in:
parent
ce2e9bd86f
commit
3c3d5340c4
@ -115,18 +115,18 @@ sub manage_selection {
|
||||
|
||||
# STEELHEAD-MIB
|
||||
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.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.4.0',
|
||||
cpuLoad1 => '.1.3.6.1.4.1.17163.1.1.5.1.1.0',
|
||||
cpuLoad5 => '.1.3.6.1.4.1.17163.1.1.5.1.2.0',
|
||||
cpuLoad15 => '.1.3.6.1.4.1.17163.1.1.5.1.3.0',
|
||||
cpuUtil1 => '.1.3.6.1.4.1.17163.1.1.5.1.4.0',
|
||||
};
|
||||
|
||||
# STEELHEAD-EX-MIB
|
||||
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.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.4.0',
|
||||
cpuLoad1 => '.1.3.6.1.4.1.17163.1.51.5.1.1.0',
|
||||
cpuLoad5 => '.1.3.6.1.4.1.17163.1.51.5.1.2.0',
|
||||
cpuLoad15 => '.1.3.6.1.4.1.17163.1.51.5.1.3.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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user