t3monitor / t3monitoring_client
Client extension for the t3monitoring service
Fund package maintenance!
georgringer
paypal.me/GeorgRinger/10
www.amazon.de/hz/wishlist/ls/8F573K08TSDG
Patreon
Installs: 645 553
Dependents: 3
Suggesters: 0
Security: 0
Stars: 29
Watchers: 9
Forks: 24
Open Issues: 10
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^11 || ^12 || ^13
- typo3/cms-reports: ^11 || ^12 || ^13
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.13.0
- typo3/coding-standards: ^0.5.3
- typo3/testing-framework: ^7.0.1
README
This extensions provides a client for the the extension t3monitoring.
Version matrix
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.