Download the PHP package t3monitor/t3monitoring without Composer
On this page you can find all versions of the php package t3monitor/t3monitoring. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download t3monitor/t3monitoring
More information about t3monitor/t3monitoring
Files in t3monitor/t3monitoring
Package t3monitoring
Short Description T3monitoring service
License GPL-2.0-or-later
Informations about the package t3monitoring
TYPO3 CMS Extension "t3monitoring"
This extensions provides the possibility to monitor all of your TYPO3 installations and shows you
- used TYPO3 version and if it is up to date
- available TYPO3 extensions and if those are installed, insecure or if there are bugfix, minor or major updates
- additional information like PHP & Mysql versions.
Requirements
- At least TYPO3 CMS 11 LTS (monitoring works also for 6.2 installations)
- The host must have access to every client to be able to fetch the data
Pricing
This extension is completely free to use! However maintaining an extension takes an enormous amount of time. Therefore I am using a concept which is based on your trust! If you use this extension to monitor your clients, please consider to pay (once):
- € 150 for less than 20 clients
- € 350 for less than 100 clients
- € 500 for more than 100 clients
Please contact me via email ([email protected]) or slack for questions and to receive an invoice!
Screenshots
Overview
Before you can actually monitor any installation, you need to install the extension t3monitoring_client on every installation (called "client"). This extension provides the data which will be fetched by the master installation. You can find this extension on github (https://github.com/georgringer/t3monitoring_client) or later in the TER.
Create a record "Client" on any sys folder and fill out at least the following required fields:
- Title
- Domain. Include
http://
orhttps://
. - Secret: This is the same secret as defined in the configuration of t3monitoring_client in the client installation. Please don't reuse any secrets twice.
- (Optional) BasicAuth username and password: (if your client is secured via HTTP Basic Auth)
- (Optional) Host Header: (if you want to monitor a client which can't be resolved via public DNS services) (
- (Optional) Ignore Certificate Errors: Ignores certificate errors (mostly necessary if you use the previous field "Host Header" in conjunction with Let's Encrypt)
- (Optional) Force IP Resolve: IPv4 or IPv6
Create an optional record "SLA" to group your clients. Examples could be:
- VIP: Do all updates ASAP
- First ask: Before doing any updates, ask client for proper time schedule
Import the data
To be able to deliver proper results, this extensions requires information about all core versions and all extensions. This information is provided by get.typo3.org.
To import the data, use the command line: :
vendor/bin/typo3 monitoring:importAll
You can add this call also as task in the scheduler extension.
Especially the import of extensions can take a while, therefore you can use different calls for all required imports:
vendor/bin/typo3 monitoring:importCore
to fetch latest core versionsvendor/bin/typo3 monitoring:importExtensions
to fetch the extensionsvendor/bin/typo3 monitoring:importClients
to fetch the client data
Notifications
t3monitoring contains various notifications.
Failed to fetch client info
This notification sends an email, if a clients information (provided by the extension "t3monitoring_client") cannot be accessed/fetched. You may configure the email recipient in the "Extension Configuration" of the t3monitoring extension using the setting "records.emailForFailedClient".
The notification is send by the Symfony Console Command "monitoring:importClients" and consists of a single email which contains a list of all failing clients. The frequency of the notification email depends on your scheduled task for importing the clients.
The "Extension Configuration" also contains a option "records.emailAllowedAmountOfFailures". This value provides the ability to only send the notification email, if a client fails multiple times in a row.
Client report
Another possible notification is the "Client report". It is represented by the Symfony Console Command "reporting:client". It generates an email for each client and uses the clients email property ("email") as recipient address. If there is no email set, its not possible to send a notification.
If t3monitoring identifies security problems, an outdated core or additional error messages the notification is sent. If the client does not break with these regulations, no email is sent.
The frequency is again defined by the according scheduled task.
Admin report
Last but not least, the "Admin report" (Symfony Console Command: reporting:admin) generates a single email with all problematic clients and sends it. The recipients email address needs to be configured as argument of the Symfony Console Command (respective the scheduled task).
The frequency of the sent notification is also defined by the occurrence of the scheduled task.
All versions of t3monitoring with dependencies
ext-json Version *
ext-dom Version *
typo3/cms-core Version ^12
typo3/cms-backend Version ^12
typo3/cms-extbase Version ^12
typo3/cms-extensionmanager Version ^12