rename atto fibrebridge
This commit is contained in:
parent
03d86ccca5
commit
5a4da49879
|
@ -20,7 +20,7 @@
|
|||
# Author : ArnoMLT
|
||||
#
|
||||
|
||||
package network::atto::fiberbridge::snmp::mode::components::alarm;
|
||||
package network::atto::fibrebridge::snmp::mode::components::alarm;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
|
@ -20,7 +20,7 @@
|
|||
# Author : ArnoMLT
|
||||
#
|
||||
|
||||
package network::atto::fiberbridge::snmp::mode::components::temperature;
|
||||
package network::atto::fibrebridge::snmp::mode::components::temperature;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::atto::fiberbridge::snmp::mode::fcportusage;
|
||||
package network::atto::fibrebridge::snmp::mode::fcportusage;
|
||||
|
||||
use base qw(centreon::plugins::templates::counter);
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
# Author : ArnoMLT
|
||||
#
|
||||
|
||||
package network::atto::fiberbridge::snmp::mode::hardware;
|
||||
package network::atto::fibrebridge::snmp::mode::hardware;
|
||||
|
||||
use base qw(centreon::plugins::templates::hardware);
|
||||
|
||||
|
@ -47,7 +47,7 @@ sub set_system {
|
|||
],
|
||||
};
|
||||
|
||||
$self->{components_path} = 'network::atto::fiberbridge::snmp::mode::components';
|
||||
$self->{components_path} = 'network::atto::fibrebridge::snmp::mode::components';
|
||||
$self->{components_module} = ['alarm', 'temperature'];
|
||||
}
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::atto::fiberbridge::snmp::plugin;
|
||||
package network::atto::fibrebridge::snmp::plugin;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
@ -31,8 +31,8 @@ sub new {
|
|||
|
||||
$self->{version} = '1.0';
|
||||
%{$self->{modes}} = (
|
||||
'hardware' => 'network::atto::fiberbridge::snmp::mode::hardware',
|
||||
'fcport-usage' => 'network::atto::fiberbridge::snmp::mode::fcportusage',
|
||||
'hardware' => 'network::atto::fibrebridge::snmp::mode::hardware',
|
||||
'fcport-usage' => 'network::atto::fibrebridge::snmp::mode::fcportusage',
|
||||
);
|
||||
|
||||
return $self;
|
||||
|
@ -44,6 +44,6 @@ __END__
|
|||
|
||||
=head1 PLUGIN DESCRIPTION
|
||||
|
||||
Check Atto FiberBridge (6500, 7500,...) in SNMP.
|
||||
Check Atto FibreBridge (6500, 7500,...) in SNMP.
|
||||
|
||||
=cut
|
Loading…
Reference in New Issue