CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Configuration

The basic configuration of this extension is done in the extension manager.

But optionally, there are a few things to configure the caretaker's via typoscript. For that reason put the needed configuration lines into your template record.
You can also overwrite the included typoscript for example to manipulate the look of the caretaker's standard output in the frontend and even the caretaker-overview-modul in the backend. Have a look at the TypoScript Object Browser or go to the following folder and copy the desired typoscript lines to overwrite them in your own template:
[your caretaker installation path]/res/typoscript/

Frontend Plugin Configuration

Page creation

  1. Create a new page that will hold the caretaker overview
  2. Create a subpage. It will contain details about single systems. Remember the page ID.

Typoscript setup

Before the plugins can be used, you should configure the page's page template.

  1. In the TYPO3 backend, go to Web/Template and create a new template (not an extension template!): "Create template for a new site".
  2. On the top dropdown, select "Info/Modify", then "Edit the whole template record"
  3. Change the following settings:
    • Template Title: Caretaker overview
    • Setup: Empty the field
    • Constants:
      caretaker.singleLinkID = 75,0
      Replace the 75 with the page ID of the detail page
    • Tab "Includes" / "Include static (from extensions)" in exactly this order:
      • css styled content
      • caretaker plugin page
      • caretaker page template
  4. Save

Abstract

Shows you the number of errors, warnings, oks etc.

  1. Insert the "Caretaker Abstract" plugin on the page
  2. Set "root" as node ID.

Screenshot: caretaker_abstract.png

Tactical overview

Shows you which tests fail in which instances

  1. Insert the "Caretaker Tactical Overview" plugin on the page
  2. Insert any number of node IDS, e.g
    • root
    • instancegroup_1
    • instance_2

Detail page

The detail page is shown when you click on an error or system in the abstract or overview plugins.

  1. On the detail page, insert the "Caretaker Details" plugin.
  2. No options to set

Screenshot: caretaker_details.png

caretaker_abstract.png - caretaker abstract screenshot (31.9 kB) Christian Weiske, 2012-04-02 10:03

caretaker_tactical_overview.png (12.9 kB) Christian Weiske, 2012-04-02 10:08

caretaker_details.png (46.1 kB) Christian Weiske, 2012-04-02 10:10