TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
:navigation-title: Scheduler task
|
||||
|
||||
.. include:: /Includes.rst.txt
|
||||
.. _scheduler-task:
|
||||
|
||||
=====================================
|
||||
Scheduler task "System Status Update"
|
||||
=====================================
|
||||
|
||||
If the system extension :composer:`typo3/cms-scheduler` is installed,
|
||||
you can create automatic reports with the help of a scheduler task.
|
||||
|
||||
To create a task for the reports functionality go to
|
||||
:guilabel:`Administration > Scheduler`, click on :guilabel:`+ (add Task)` and chose
|
||||
:guilabel:`System Status Update (reports)` as :guilabel:`Class`.
|
||||
|
||||
Enter :guilabel:`Notification Email Addresses` where the reports should be sent
|
||||
and chose whether you want to be informed with each run.
|
||||
|
||||
The remaining settings are standard task settings provided by the scheduler
|
||||
extension.
|
||||
|
||||
.. figure:: /Images/SchedulerTask.png
|
||||
:alt: TYPO3 Backend module "Scheduler", "New task" popup, Category "Reports"
|
||||
|
||||
Create a :guilabel:`System Status Update` task in module :guilabel:`Administration > Scheduler`
|
||||
|
||||
.. _scheduler-task-mail:
|
||||
|
||||
System status notification mail
|
||||
===============================
|
||||
|
||||
You will receive mails looking like this:
|
||||
|
||||
.. code-block:: text
|
||||
:caption: Example mail from the System status notification
|
||||
|
||||
This report contains all System Status Notifications from your TYPO3
|
||||
installation. Please check the status report for more information.
|
||||
|
||||
Site: [DDEV] TYPO3
|
||||
|
||||
Issues:
|
||||
[WARN] System environment check - 1 Test(s)
|
||||
### Trusted hosts pattern is insecure: 1
|
||||
Reference in New Issue
Block a user