diff --git a/apps/kaspersky/snmp/mode/deployment.pm b/apps/antivirus/kaspersky/snmp/mode/deployment.pm similarity index 99% rename from apps/kaspersky/snmp/mode/deployment.pm rename to apps/antivirus/kaspersky/snmp/mode/deployment.pm index 2717a16ee..f0bf20dac 100644 --- a/apps/kaspersky/snmp/mode/deployment.pm +++ b/apps/antivirus/kaspersky/snmp/mode/deployment.pm @@ -18,7 +18,7 @@ # limitations under the License. # -package apps::kaspersky::snmp::mode::deployment; +package apps::antivirus::kaspersky::snmp::mode::deployment; use base qw(centreon::plugins::templates::counter); diff --git a/apps/kaspersky/snmp/mode/events.pm b/apps/antivirus/kaspersky/snmp/mode/events.pm similarity index 98% rename from apps/kaspersky/snmp/mode/events.pm rename to apps/antivirus/kaspersky/snmp/mode/events.pm index 633dbf6e9..e2b2f7820 100644 --- a/apps/kaspersky/snmp/mode/events.pm +++ b/apps/antivirus/kaspersky/snmp/mode/events.pm @@ -18,7 +18,7 @@ # limitations under the License. # -package apps::kaspersky::snmp::mode::events; +package apps::antivirus::kaspersky::snmp::mode::events; use base qw(centreon::plugins::templates::counter); diff --git a/apps/kaspersky/snmp/mode/fullscan.pm b/apps/antivirus/kaspersky/snmp/mode/fullscan.pm similarity index 98% rename from apps/kaspersky/snmp/mode/fullscan.pm rename to apps/antivirus/kaspersky/snmp/mode/fullscan.pm index ef92015a4..504009904 100644 --- a/apps/kaspersky/snmp/mode/fullscan.pm +++ b/apps/antivirus/kaspersky/snmp/mode/fullscan.pm @@ -18,7 +18,7 @@ # limitations under the License. # -package apps::kaspersky::snmp::mode::fullscan; +package apps::antivirus::kaspersky::snmp::mode::fullscan; use base qw(centreon::plugins::templates::counter); diff --git a/apps/kaspersky/snmp/mode/logicalnetwork.pm b/apps/antivirus/kaspersky/snmp/mode/logicalnetwork.pm similarity index 99% rename from apps/kaspersky/snmp/mode/logicalnetwork.pm rename to apps/antivirus/kaspersky/snmp/mode/logicalnetwork.pm index 77ff358d0..ba5743ff2 100644 --- a/apps/kaspersky/snmp/mode/logicalnetwork.pm +++ b/apps/antivirus/kaspersky/snmp/mode/logicalnetwork.pm @@ -18,7 +18,7 @@ # limitations under the License. # -package apps::kaspersky::snmp::mode::logicalnetwork; +package apps::antivirus::kaspersky::snmp::mode::logicalnetwork; use base qw(centreon::plugins::templates::counter); diff --git a/apps/kaspersky/snmp/mode/protection.pm b/apps/antivirus/kaspersky/snmp/mode/protection.pm similarity index 99% rename from apps/kaspersky/snmp/mode/protection.pm rename to apps/antivirus/kaspersky/snmp/mode/protection.pm index 835541852..f9ff74dd0 100644 --- a/apps/kaspersky/snmp/mode/protection.pm +++ b/apps/antivirus/kaspersky/snmp/mode/protection.pm @@ -18,7 +18,7 @@ # limitations under the License. # -package apps::kaspersky::snmp::mode::protection; +package apps::antivirus::kaspersky::snmp::mode::protection; use base qw(centreon::plugins::templates::counter); diff --git a/apps/kaspersky/snmp/mode/updates.pm b/apps/antivirus/kaspersky/snmp/mode/updates.pm similarity index 99% rename from apps/kaspersky/snmp/mode/updates.pm rename to apps/antivirus/kaspersky/snmp/mode/updates.pm index cf83f35e5..ee3013160 100644 --- a/apps/kaspersky/snmp/mode/updates.pm +++ b/apps/antivirus/kaspersky/snmp/mode/updates.pm @@ -18,7 +18,7 @@ # limitations under the License. # -package apps::kaspersky::snmp::mode::updates; +package apps::antivirus::kaspersky::snmp::mode::updates; use base qw(centreon::plugins::templates::counter); diff --git a/apps/kaspersky/snmp/plugin.pm b/apps/antivirus/kaspersky/snmp/plugin.pm similarity index 62% rename from apps/kaspersky/snmp/plugin.pm rename to apps/antivirus/kaspersky/snmp/plugin.pm index 14d6bfa0a..66f6cf579 100644 --- a/apps/kaspersky/snmp/plugin.pm +++ b/apps/antivirus/kaspersky/snmp/plugin.pm @@ -18,7 +18,7 @@ # limitations under the License. # -package apps::kaspersky::snmp::plugin; +package apps::antivirus::kaspersky::snmp::plugin; use strict; use warnings; @@ -32,12 +32,12 @@ sub new { $self->{version} = '0.1'; %{$self->{modes}} = ( - 'deployment' => 'apps::kaspersky::snmp::mode::deployment', - 'events' => 'apps::kaspersky::snmp::mode::events', - 'full-scan' => 'apps::kaspersky::snmp::mode::fullscan', - 'logical-network' => 'apps::kaspersky::snmp::mode::logicalnetwork', - 'protection' => 'apps::kaspersky::snmp::mode::protection', - 'updates' => 'apps::kaspersky::snmp::mode::updates', + 'deployment' => 'apps::antivirus::kaspersky::snmp::mode::deployment', + 'events' => 'apps::antivirus::kaspersky::snmp::mode::events', + 'full-scan' => 'apps::antivirus::kaspersky::snmp::mode::fullscan', + 'logical-network' => 'apps::antivirus::kaspersky::snmp::mode::logicalnetwork', + 'protection' => 'apps::antivirus::kaspersky::snmp::mode::protection', + 'updates' => 'apps::antivirus::kaspersky::snmp::mode::updates', ); return $self;