enhance indent
This commit is contained in:
parent
1f679a268f
commit
147fe02bc6
|
@ -30,11 +30,11 @@ sub new {
|
|||
|
||||
$self->{version} = '0.1';
|
||||
%{$self->{modes}} = (
|
||||
'gates' => 'apps::centreon::map4::jmx::mode::gates',
|
||||
'elements' => 'apps::centreon::map4::jmx::mode::elements',
|
||||
'sessions' => 'apps::centreon::map4::jmx::mode::sessions',
|
||||
'event-queue' => 'apps::centreon::map4::jmx::mode::eventqueue',
|
||||
'event-statistics' => 'apps::centreon::map4::jmx::mode::eventstatistics',
|
||||
'gates' => 'apps::centreon::map4::jmx::mode::gates',
|
||||
'sessions' => 'apps::centreon::map4::jmx::mode::sessions',
|
||||
);
|
||||
|
||||
$self->{custom_modes}{jolokia} = 'centreon::common::protocols::jmx::custom::jolokia';
|
||||
|
|
|
@ -37,6 +37,7 @@ sub new {
|
|||
'licenses' => 'apps::cisco::cms::restapi::mode::licenses',
|
||||
'system-status' => 'apps::cisco::cms::restapi::mode::systemstatus',
|
||||
);
|
||||
|
||||
$self->{custom_modes}{xmlapi} = 'apps::cisco::cms::restapi::custom::xmlapi';
|
||||
return $self;
|
||||
}
|
||||
|
|
|
@ -33,6 +33,7 @@ sub new {
|
|||
%{$self->{modes}} = (
|
||||
'session' => 'apps::cisco::ise::restapi::mode::session',
|
||||
);
|
||||
|
||||
$self->{custom_modes}{xmlapi} = 'apps::cisco::ise::restapi::custom::xmlapi';
|
||||
return $self;
|
||||
}
|
||||
|
|
|
@ -33,8 +33,8 @@ sub new {
|
|||
%{$self->{modes}} = (
|
||||
'audioengine-usage' => 'apps::inin::mediaserver::snmp::mode::audioengineusage',
|
||||
'cmdsrv-usage' => 'apps::inin::mediaserver::snmp::mode::cmdsrvusage',
|
||||
'disk-usage' => 'apps::inin::mediaserver::snmp::mode::diskusage',
|
||||
'component' => 'apps::inin::mediaserver::snmp::mode::component',
|
||||
'disk-usage' => 'apps::inin::mediaserver::snmp::mode::diskusage',
|
||||
'memory-usage' => 'apps::inin::mediaserver::snmp::mode::memoryusage',
|
||||
);
|
||||
|
||||
|
|
|
@ -34,8 +34,8 @@ sub new {
|
|||
'mail-state' => 'apps::lotus::snmp::mode::mailstate',
|
||||
'mail-time' => 'apps::lotus::snmp::mode::mailtime',
|
||||
'server-availability' => 'apps::lotus::snmp::mode::serveravailability',
|
||||
'user-sessions' => 'apps::lotus::snmp::mode::usersessions',
|
||||
'server-transactions' => 'apps::lotus::snmp::mode::servertransactions',
|
||||
'user-sessions' => 'apps::lotus::snmp::mode::usersessions',
|
||||
);
|
||||
|
||||
return $self;
|
||||
|
|
|
@ -31,9 +31,9 @@ sub new {
|
|||
|
||||
$self->{version} = '0.1';
|
||||
%{$self->{modes}} = (
|
||||
'crm' => 'apps::pacemaker::local::mode::crm',
|
||||
'constraints' => 'apps::pacemaker::local::mode::constraints',
|
||||
'clustat' => 'apps::pacemaker::local::mode::clustat',
|
||||
'constraints' => 'apps::pacemaker::local::mode::constraints',
|
||||
'crm' => 'apps::pacemaker::local::mode::crm',
|
||||
);
|
||||
|
||||
return $self;
|
||||
|
|
|
@ -35,8 +35,8 @@ sub new {
|
|||
'list-nodes' => 'apps::proxmox::ve::restapi::mode::listnodes',
|
||||
'list-storages' => 'apps::proxmox::ve::restapi::mode::liststorages',
|
||||
'list-vms' => 'apps::proxmox::ve::restapi::mode::listvms',
|
||||
'storage-usage' => 'apps::proxmox::ve::restapi::mode::storageusage',
|
||||
'node-usage' => 'apps::proxmox::ve::restapi::mode::nodeusage',
|
||||
'storage-usage' => 'apps::proxmox::ve::restapi::mode::storageusage',
|
||||
'version' => 'apps::proxmox::ve::restapi::mode::version',
|
||||
'vm-usage' => 'apps::proxmox::ve::restapi::mode::vmusage',
|
||||
);
|
||||
|
|
|
@ -34,6 +34,7 @@ sub new {
|
|||
'count-channels' => 'apps::slack::restapi::mode::countchannels',
|
||||
'count-members' => 'apps::slack::restapi::mode::countmembers',
|
||||
);
|
||||
|
||||
$self->{custom_modes}{restapi} = 'apps::slack::restapi::custom::api';
|
||||
return $self;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue