t3monitoring_client
t3monitoring_client copied to clipboard
Monitoring client
This feature implements `allowedDomains` next to `allowedIps`, retrieves IPs from the DNS and merges it automatically with the allowedIps list.
Client side OpenSSL secure transport for t3monitoring issue #54
I got warning "Remaining updates - Update Incomplete | This installation is not configured for the TYPO3 version it is running. [...]" But in InstallTool all steps of upgrade are...
Make the IP of monitor somewhere available. E.g. new field in EM > display in administration
Das Abrufen der Informationen einer Typo3-Client-Instanz (v11 + v12) produziert ein Warning im Typo3-Errorlog: Core: Error handler (FE): PHP Warning: Undefined array key "type" in t3monitoring_client/Classes/Provider/ExtensionProvider.php line 35 In der...
TYPO3 provides an `PackageManager` class that could be used to load the extension information, instead of the `ext_emconf.php`. I'd work on this and provide a Pull Request updating the `ExtensionProvider`
Adding the possibility for secure transporting, as in https://github.com/georgringer/t3monitoring/issues/54 described.
* Add configuration provider * Add backend user provider See https://github.com/georgringer/t3monitoring/pull/168
added backend users with user name, real name, email address, description, avatar (for TYPO3 7) and last login to fix [issue 7 of t3monitoring](https://github.com/georgringer/t3monitoring/issues/7)