+ change path

This commit is contained in:
garnier-quentin 2017-01-19 09:43:26 +01:00
parent 27e107cd11
commit 046aabc841
4 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@
# limitations under the License. # limitations under the License.
# #
package storage::ibm::TS3100::mode::globalstatus; package storage::ibm::ts3100::snmp::mode::globalstatus;
use base qw(centreon::plugins::mode); use base qw(centreon::plugins::mode);

View File

@ -18,7 +18,7 @@
# limitations under the License. # limitations under the License.
# #
package storage::ibm::TS3100::plugin; package storage::ibm::ts3100::snmp::plugin;
use strict; use strict;
use warnings; use warnings;
@ -31,7 +31,7 @@ sub new {
$self->{version} = '1.0'; $self->{version} = '1.0';
%{$self->{modes}} = ( %{$self->{modes}} = (
'global-status' => 'storage::ibm::TS3100::mode::globalstatus', 'global-status' => 'storage::ibm::ts3100::snmp::mode::globalstatus',
); );
return $self; return $self;

View File

@ -18,7 +18,7 @@
# limitations under the License. # limitations under the License.
# #
package storage::ibm::TS3200::mode::globalstatus; package storage::ibm::ts3200::snmp::mode::globalstatus;
use base qw(centreon::plugins::mode); use base qw(centreon::plugins::mode);

View File

@ -18,7 +18,7 @@
# limitations under the License. # limitations under the License.
# #
package storage::ibm::TS3200::plugin; package storage::ibm::ts3200::snmp::plugin;
use strict; use strict;
use warnings; use warnings;
@ -31,7 +31,7 @@ sub new {
$self->{version} = '1.0'; $self->{version} = '1.0';
%{$self->{modes}} = ( %{$self->{modes}} = (
'global-status' => 'storage::ibm::TS3200::mode::globalstatus', 'global-status' => 'storage::ibm::ts3200::snmp::mode::globalstatus',
); );
return $self; return $self;