+ fix indent
This commit is contained in:
parent
4adc73fb3a
commit
7081ea59ca
|
@ -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…
Reference in New Issue