mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
+ fix indent
This commit is contained in:
parent
a288624eee
commit
055a884da5
@ -55,7 +55,6 @@ sub check_options {
|
||||
|
||||
sub run {
|
||||
my ($self, %options) = @_;
|
||||
# $options{snmp} = snmp object
|
||||
$self->{connector} = $options{custom};
|
||||
|
||||
$self->{request} = [
|
||||
|
@ -31,7 +31,7 @@ sub new {
|
||||
$self->{version} = '0.1';
|
||||
%{$self->{modes}} = (
|
||||
'gates' => 'apps::centreon::map::jmx::mode::gates',
|
||||
'elements' => 'apps::centreon::map::jmx::mode::elements',
|
||||
'elements' => 'apps::centreon::map::jmx::mode::elements',
|
||||
'sessions' => 'apps::centreon::map::jmx::mode::sessions',
|
||||
'event-queue' => 'apps::centreon::map::jmx::mode::eventqueue',
|
||||
'event-statistics' => 'apps::centreon::map::jmx::mode::eventstatistics',
|
||||
|
Loading…
x
Reference in New Issue
Block a user