move peplink: peplink pepwave
This commit is contained in:
parent
0b5f6c6d26
commit
bdcbb6273a
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::peplink::snmp::mode::cpu;
|
||||
package network::peplink::pepwave::snmp::mode::cpu;
|
||||
|
||||
use base qw(centreon::plugins::templates::counter);
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::peplink::snmp::mode::memory;
|
||||
package network::peplink::pepwave::snmp::mode::memory;
|
||||
|
||||
use base qw(centreon::plugins::templates::counter);
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::peplink::snmp::mode::wanusage;
|
||||
package network::peplink::pepwave::snmp::mode::wanusage;
|
||||
|
||||
use base qw(centreon::plugins::templates::counter);
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::peplink::snmp::plugin;
|
||||
package network::peplink::pepwave::snmp::plugin;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
@ -31,11 +31,11 @@ sub new {
|
|||
|
||||
$self->{version} = '1.0';
|
||||
%{$self->{modes}} = (
|
||||
'cpu' => 'network::peplink::snmp::mode::cpu',
|
||||
'cpu' => 'network::peplink::pepwave::snmp::mode::cpu',
|
||||
'interfaces' => 'snmp_standard::mode::interfaces',
|
||||
'list-interfaces' => 'snmp_standard::mode::listinterfaces',
|
||||
'memory' => 'network::peplink::snmp::mode::memory',
|
||||
'wan-usage' => 'network::peplink::snmp::mode::wanusage',
|
||||
'memory' => 'network::peplink::pepwave::snmp::mode::memory',
|
||||
'wan-usage' => 'network::peplink::pepwave::snmp::mode::wanusage',
|
||||
);
|
||||
|
||||
return $self;
|
||||
|
@ -47,6 +47,6 @@ __END__
|
|||
|
||||
=head1 PLUGIN DESCRIPTION
|
||||
|
||||
Check Peplink equipments in SNMP.
|
||||
Check Peplink Pepwave equipments in SNMP.
|
||||
|
||||
=cut
|
Loading…
Reference in New Issue