2017 © Pedro Peláez
 

typo3-cms-extension json-reports

Outputs TYPO3 reports as JSON for processing in monitoring or alerting systems

image

mindscreen/json-reports

Outputs TYPO3 reports as JSON for processing in monitoring or alerting systems

  • Thursday, March 15, 2018
  • by theilm
  • Repository
  • 2 Watchers
  • 2 Stars
  • 2,805 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 16 % Grown

The README.md

License: GPL v3 Packagist, (*1)

JSON Reports for TYPO3

This TYPO3 extension adds a CLI command and an HTTP endpoint that outputs the reports that you can find in the reports module as JSON. The JSON output can be used in monitoring or alerting systems. The HTTP endpoint can be protected via IP restriction., (*2)

CLI command

You can access the reports JSON via CLI with the following command:, (*3)

typo3/cli_dispatch.phpsh extbase reports:list, (*4)

HTTP endpoint

In order to use the HTTP endpoint you have to configure the allowed IP addresses via the following setting:, (*5)

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['json_reports']['allowedIpAddresses'] = '';, (*6)

Clients that match the allowed IP address range can access the reports JSON via the following URL:, (*7)

https://my.domain/?eID=json_reports, (*8)

If the reports contain warnings or errors (or there are errors during report generation), a status 500 is returned., (*9)

The Versions

15/03 2018

dev-master

9999999-dev https://github.com/mindscreen/t3ext-json_reports

Outputs TYPO3 reports as JSON for processing in monitoring or alerting systems

  Sources   Download

GPL GPL-3.0-or-later

The Requires

 

reports monitoring typo3 cms

15/03 2018

0.2.1

0.2.1.0 https://github.com/mindscreen/t3ext-json_reports

Outputs TYPO3 reports as JSON for processing in monitoring or alerting systems

  Sources   Download

GPL-3.0-or-later

The Requires

 

reports monitoring typo3 cms

28/02 2018

0.2.0

0.2.0.0 https://github.com/mindscreen/t3ext-json_reports

Outputs TYPO3 reports as JSON for processing in monitoring or alerting systems

  Sources   Download

GPL-3.0-or-later

The Requires

 

reports monitoring typo3 cms

17/07 2017

0.1.0

0.1.0.0 https://github.com/mindscreen/t3ext-json_reports

Outputs TYPO3 reports as JSON for processing in monitoring or alerting systems

  Sources   Download

GPL

The Requires

 

reports monitoring typo3 cms