2017 © Pedro Peláez
 

tao-extension extension-tao-monitoring

Extension for monitoring of the tao events. Fast access to statistics data

image

oat-sa/extension-tao-monitoring

Extension for monitoring of the tao events. Fast access to statistics data

  • Friday, July 27, 2018
  • by oat-lionel
  • Repository
  • 21 Watchers
  • 0 Stars
  • 519 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 20 Versions
  • 7 % Grown

The README.md

TAO Aggregated statistics

This extension contains services for creating and maintaining aggregated statistics., (*1)

Usages:

Using MonitoringPlugService you can configure which statistics will be logged., (*2)

<?php
/**
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; under version 2
 * of the License (non-upgradable).
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
 * Copyright (c) 2017 (original work) Open Assessment Technologies SA (under the project TAO-PRODUCT);
 *
 */

namespace oat\tao\scripts\install;


use oat\oatbox\extension\InstallAction;
use oat\taoMonitoring\model\InstantActionQueueLog\InstantActionQueueLogService;
use oat\taoMonitoring\model\MonitoringPlugService;

/**
 * Install Action to register instant action log.
 */
class RegisterMonitoringPlugService extends InstallAction
{
    /**
     * @param $params
     * @return \common_report_Report
     * @throws \common_Exception
     * @throws \oat\oatbox\service\exception\InvalidServiceManagerException
     */
    public function __invoke($params)
    {
        $service = $this->getServiceManager()->get(MonitoringPlugService::SERVICE_ID);
        $service->setOption('services', [
            InstantActionQueueLogService::SERVICE_ID,
        ]);
        $this->getServiceManager()->register(MonitoringPlugService::SERVICE_ID, $service);

        return \common_report_Report::createSuccess('Monitoring plug service registered.');
    }
}

The Versions

27/07 2018

dev-master

9999999-dev http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0 GPL-2.0-only

The Requires

 

tao tao-monitoring

27/07 2018

dev-develop

dev-develop http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0 GPL-2.0-only

The Requires

 

tao tao-monitoring

27/07 2018

v1.1.3

1.1.3.0 http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0-only

The Requires

 

tao tao-monitoring

27/07 2018

dev-release-1.1.3

dev-release-1.1.3 http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0-only

The Requires

 

tao tao-monitoring

27/07 2018

dev-fix/installer-change-version

dev-fix/installer-change-version http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0-only

The Requires

 

tao tao-monitoring

26/01 2018

v1.1.2

1.1.2.0 http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0-only

The Requires

 

tao tao-monitoring

26/01 2018

dev-release-1.1.2

dev-release-1.1.2 http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0-only

The Requires

 

tao tao-monitoring

26/01 2018

dev-fix/licence

dev-fix/licence http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0-only

The Requires

 

tao tao-monitoring

12/01 2018

v1.1.1

1.1.1.0 http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0

The Requires

 

tao tao-monitoring

21/12 2017

v1.1.0

1.1.0.0 http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0

The Requires

 

tao tao-monitoring

13/10 2017

v1.0.3

1.0.3.0 http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0

The Requires

 

tao tao-monitoring

29/09 2017

dev-TAO-5207/consistant_persistance_usage

dev-TAO-5207/consistant_persistance_usage http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0

The Requires

 

tao tao-monitoring

29/09 2017

dev-refactoring/TAO-5102/remove_globals_from_core_extension

dev-refactoring/TAO-5102/remove_globals_from_core_extension http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0

The Requires

 

tao tao-monitoring

21/07 2017

v1.0.1

1.0.1.0 http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0

The Requires

 

tao tao-monitoring

28/04 2017

v1.0.0

1.0.0.0 http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0

The Requires

 

tao tao-monitoring

20/01 2017

v0.3.1

0.3.1.0 http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0

The Requires

 

tao tao-monitoring

06/01 2017

v0.3.0

0.3.0.0 http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0

The Requires

 

tao tao-monitoring

16/12 2016

v0.2.0

0.2.0.0 http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0

The Requires

 

tao tao-monitoring

21/10 2016

v0.1.0

0.1.0.0 http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0

The Requires

 

tao tao-monitoring

26/08 2016

v0.0.2

0.0.2.0 http://www.taotesting.com

Extension for monitoring of the tao events. Fast access to statistics data

  Sources   Download

GPL-2.0

The Requires

 

tao tao-monitoring