t3monitor/t3monitoring_client

Client extension for the t3monitoring service

10.0.1 2023-10-17 08:36 UTC

This package is auto-updated.

Last update: 2024-04-15 12:18:25 UTC


README

This extensions provides a client for the the extension t3monitoring.

Version matrix

TYPO3 Core Version Branch (Versions)
11.3 - 12.4 master (10.x)

9.0 - 10.5

9-10 (9.x)

7.0 - 8.7

7-8

4.5 - 6.1

4-5

Sponsors

  • Sup7
  • Reelworx

Important

This extension is still beta and things might change!

Configuration

After installing the extension, configure the extension in the settings of the Extension Manager.

Secret

Define any secret you want as long as it is at least 5 chars long. Ideally you use a different secret per installation.

allowedIps

Define a comma separated list of IPs which are allowed to fetch the client data.

enableDebugForErrors

If set, the errors are outputted if you call http://yourdomain.tld/?eID=t3monitoring&secret=<yoursecret>. This can help to identify problems.

Important: Turn this setting only on for testing and disable it afterwards!

Extending the client

It is possible to extend the client and provide additional data which can be displayed later in the master installation.

Things might change there, so no manual about it yet.