This commit is contained in:
Colin Gagnaire 2019-10-17 16:56:45 +02:00
commit 19a57926d2
27 changed files with 136 additions and 133 deletions

View File

@ -30,11 +30,11 @@ sub new {
$self->{version} = '0.1'; $self->{version} = '0.1';
%{$self->{modes}} = ( %{$self->{modes}} = (
'gates' => 'apps::centreon::map4::jmx::mode::gates',
'elements' => 'apps::centreon::map4::jmx::mode::elements', 'elements' => 'apps::centreon::map4::jmx::mode::elements',
'sessions' => 'apps::centreon::map4::jmx::mode::sessions',
'event-queue' => 'apps::centreon::map4::jmx::mode::eventqueue', 'event-queue' => 'apps::centreon::map4::jmx::mode::eventqueue',
'event-statistics' => 'apps::centreon::map4::jmx::mode::eventstatistics', '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'; $self->{custom_modes}{jolokia} = 'centreon::common::protocols::jmx::custom::jolokia';

View File

@ -37,6 +37,7 @@ sub new {
'licenses' => 'apps::cisco::cms::restapi::mode::licenses', 'licenses' => 'apps::cisco::cms::restapi::mode::licenses',
'system-status' => 'apps::cisco::cms::restapi::mode::systemstatus', 'system-status' => 'apps::cisco::cms::restapi::mode::systemstatus',
); );
$self->{custom_modes}{xmlapi} = 'apps::cisco::cms::restapi::custom::xmlapi'; $self->{custom_modes}{xmlapi} = 'apps::cisco::cms::restapi::custom::xmlapi';
return $self; return $self;
} }

View File

@ -33,6 +33,7 @@ sub new {
%{$self->{modes}} = ( %{$self->{modes}} = (
'session' => 'apps::cisco::ise::restapi::mode::session', 'session' => 'apps::cisco::ise::restapi::mode::session',
); );
$self->{custom_modes}{xmlapi} = 'apps::cisco::ise::restapi::custom::xmlapi'; $self->{custom_modes}{xmlapi} = 'apps::cisco::ise::restapi::custom::xmlapi';
return $self; return $self;
} }

View File

@ -33,8 +33,8 @@ sub new {
%{$self->{modes}} = ( %{$self->{modes}} = (
'audioengine-usage' => 'apps::inin::mediaserver::snmp::mode::audioengineusage', 'audioengine-usage' => 'apps::inin::mediaserver::snmp::mode::audioengineusage',
'cmdsrv-usage' => 'apps::inin::mediaserver::snmp::mode::cmdsrvusage', 'cmdsrv-usage' => 'apps::inin::mediaserver::snmp::mode::cmdsrvusage',
'disk-usage' => 'apps::inin::mediaserver::snmp::mode::diskusage',
'component' => 'apps::inin::mediaserver::snmp::mode::component', 'component' => 'apps::inin::mediaserver::snmp::mode::component',
'disk-usage' => 'apps::inin::mediaserver::snmp::mode::diskusage',
'memory-usage' => 'apps::inin::mediaserver::snmp::mode::memoryusage', 'memory-usage' => 'apps::inin::mediaserver::snmp::mode::memoryusage',
); );

View File

@ -34,8 +34,8 @@ sub new {
'mail-state' => 'apps::lotus::snmp::mode::mailstate', 'mail-state' => 'apps::lotus::snmp::mode::mailstate',
'mail-time' => 'apps::lotus::snmp::mode::mailtime', 'mail-time' => 'apps::lotus::snmp::mode::mailtime',
'server-availability' => 'apps::lotus::snmp::mode::serveravailability', 'server-availability' => 'apps::lotus::snmp::mode::serveravailability',
'user-sessions' => 'apps::lotus::snmp::mode::usersessions',
'server-transactions' => 'apps::lotus::snmp::mode::servertransactions', 'server-transactions' => 'apps::lotus::snmp::mode::servertransactions',
'user-sessions' => 'apps::lotus::snmp::mode::usersessions',
); );
return $self; return $self;

View File

@ -31,9 +31,9 @@ sub new {
$self->{version} = '0.1'; $self->{version} = '0.1';
%{$self->{modes}} = ( %{$self->{modes}} = (
'crm' => 'apps::pacemaker::local::mode::crm',
'constraints' => 'apps::pacemaker::local::mode::constraints',
'clustat' => 'apps::pacemaker::local::mode::clustat', 'clustat' => 'apps::pacemaker::local::mode::clustat',
'constraints' => 'apps::pacemaker::local::mode::constraints',
'crm' => 'apps::pacemaker::local::mode::crm',
); );
return $self; return $self;

View File

@ -35,8 +35,8 @@ sub new {
'list-nodes' => 'apps::proxmox::ve::restapi::mode::listnodes', 'list-nodes' => 'apps::proxmox::ve::restapi::mode::listnodes',
'list-storages' => 'apps::proxmox::ve::restapi::mode::liststorages', 'list-storages' => 'apps::proxmox::ve::restapi::mode::liststorages',
'list-vms' => 'apps::proxmox::ve::restapi::mode::listvms', 'list-vms' => 'apps::proxmox::ve::restapi::mode::listvms',
'storage-usage' => 'apps::proxmox::ve::restapi::mode::storageusage',
'node-usage' => 'apps::proxmox::ve::restapi::mode::nodeusage', 'node-usage' => 'apps::proxmox::ve::restapi::mode::nodeusage',
'storage-usage' => 'apps::proxmox::ve::restapi::mode::storageusage',
'version' => 'apps::proxmox::ve::restapi::mode::version', 'version' => 'apps::proxmox::ve::restapi::mode::version',
'vm-usage' => 'apps::proxmox::ve::restapi::mode::vmusage', 'vm-usage' => 'apps::proxmox::ve::restapi::mode::vmusage',
); );

View File

@ -34,6 +34,7 @@ sub new {
'count-channels' => 'apps::slack::restapi::mode::countchannels', 'count-channels' => 'apps::slack::restapi::mode::countchannels',
'count-members' => 'apps::slack::restapi::mode::countmembers', 'count-members' => 'apps::slack::restapi::mode::countmembers',
); );
$self->{custom_modes}{restapi} = 'apps::slack::restapi::custom::api'; $self->{custom_modes}{restapi} = 'apps::slack::restapi::custom::api';
return $self; return $self;
} }