+ change path
This commit is contained in:
parent
27e107cd11
commit
046aabc841
|
@ -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);
|
||||||
|
|
|
@ -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;
|
|
@ -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);
|
||||||
|
|
|
@ -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;
|
Loading…
Reference in New Issue