TYPO3 CMS Extension "t3monitoring_client"
=========================================
This extensions provides a client for the the extension **t3monitoring**.

**Version matrix**

==================  =================
TYPO3 Core Version  Branch (Versions)
==================  =================
11.3 - 13.1         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.
