mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
move cisco ssms
This commit is contained in:
parent
e08ab80f3e
commit
adda9e9911
@ -18,7 +18,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::cisco::ssms::restapi::custom::api;
|
||||
package apps::cisco::ssms::restapi::custom::api;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
@ -18,7 +18,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::cisco::ssms::restapi::mode::alerts;
|
||||
package apps::cisco::ssms::restapi::mode::alerts;
|
||||
|
||||
use base qw(centreon::plugins::templates::counter);
|
||||
|
@ -18,7 +18,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::cisco::ssms::restapi::mode::licenses;
|
||||
package apps::cisco::ssms::restapi::mode::licenses;
|
||||
|
||||
use base qw(centreon::plugins::templates::counter);
|
||||
|
@ -18,7 +18,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
package network::cisco::ssms::restapi::plugin;
|
||||
package apps::cisco::ssms::restapi::plugin;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
@ -31,11 +31,11 @@ sub new {
|
||||
|
||||
$self->{version} = '0.1';
|
||||
$self->{modes} = {
|
||||
'alerts' => 'network::cisco::ssms::restapi::mode::alerts',
|
||||
'licenses' => 'network::cisco::ssms::restapi::mode::licenses'
|
||||
'alerts' => 'apps::cisco::ssms::restapi::mode::alerts',
|
||||
'licenses' => 'apps::cisco::ssms::restapi::mode::licenses'
|
||||
};
|
||||
|
||||
$self->{custom_modes}->{api} = 'network::cisco::ssms::restapi::custom::api';
|
||||
$self->{custom_modes}->{api} = 'apps::cisco::ssms::restapi::custom::api';
|
||||
return $self;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user