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 {
|
sub run {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
# $options{snmp} = snmp object
|
|
||||||
$self->{connector} = $options{custom};
|
$self->{connector} = $options{custom};
|
||||||
|
|
||||||
$self->{request} = [
|
$self->{request} = [
|
||||||
|
@ -31,7 +31,7 @@ sub new {
|
|||||||
$self->{version} = '0.1';
|
$self->{version} = '0.1';
|
||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'gates' => 'apps::centreon::map::jmx::mode::gates',
|
'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',
|
'sessions' => 'apps::centreon::map::jmx::mode::sessions',
|
||||||
'event-queue' => 'apps::centreon::map::jmx::mode::eventqueue',
|
'event-queue' => 'apps::centreon::map::jmx::mode::eventqueue',
|
||||||
'event-statistics' => 'apps::centreon::map::jmx::mode::eventstatistics',
|
'event-statistics' => 'apps::centreon::map::jmx::mode::eventstatistics',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user