CTOR-728 Plugin(network::sonus::sbc::snmp) - Mode(cpu) : Unknown option (#5110)
fix snmp_standard lib used
This commit is contained in:
parent
48c438686c
commit
e7ab992b6b
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
package network::sonus::sbc::snmp::mode::cpu;
|
package network::sonus::sbc::snmp::mode::cpu;
|
||||||
|
|
||||||
use base qw(snmp_standard::mode::cpudetailed);
|
use base qw(snmp_standard::mode::cpu);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -39,7 +39,7 @@ __END__
|
||||||
|
|
||||||
=head1 MODE
|
=head1 MODE
|
||||||
|
|
||||||
Check system CPUs.
|
Check system CPU.
|
||||||
(The average, over the last minute, of the percentage
|
(The average, over the last minute, of the percentage
|
||||||
of time that this processor was not idle)
|
of time that this processor was not idle)
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ of time that this processor was not idle)
|
||||||
|
|
||||||
=item B<--use-ucd>
|
=item B<--use-ucd>
|
||||||
|
|
||||||
Use UCD mib for CPU average.
|
Use UCD MIB for CPU average.
|
||||||
|
|
||||||
=item B<--warning-average>
|
=item B<--warning-average>
|
||||||
|
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
--oid-extra-display
|
--oid-extra-display
|
||||||
--oid-filter
|
--oid-filter
|
||||||
--urlpath
|
--urlpath
|
||||||
|
--use-ucd
|
||||||
--warning-bytesallocatedpercentage
|
--warning-bytesallocatedpercentage
|
||||||
-EncodedCommand
|
-EncodedCommand
|
||||||
-InputFormat
|
-InputFormat
|
||||||
|
@ -56,6 +57,7 @@ IpAddr
|
||||||
Iwsva
|
Iwsva
|
||||||
Loggly
|
Loggly
|
||||||
MBean
|
MBean
|
||||||
|
MIB
|
||||||
MQTT
|
MQTT
|
||||||
Meraki
|
Meraki
|
||||||
Mosquitto
|
Mosquitto
|
||||||
|
@ -73,6 +75,7 @@ Sansymphony
|
||||||
SureBackup
|
SureBackup
|
||||||
TCP
|
TCP
|
||||||
TrendMicro
|
TrendMicro
|
||||||
|
UCD
|
||||||
VDSL2
|
VDSL2
|
||||||
VM
|
VM
|
||||||
Veeam
|
Veeam
|
||||||
|
|
Loading…
Reference in New Issue