The 5.7 branch of Magnolia reached End-of-Life on December 31, 2023, as specified in our End-of-life policy. This means the 5.7 branch is no longer maintained or supported. Please upgrade to the latest Magnolia release. By upgrading, you will get the latest release of Magnolia featuring significant improvements to the author and developer experience. For a successful upgrade, please consult our Magnolia 6.2 documentation. If you need help, please contact info@magnolia-cms.com.

If you are using the Publishing module, please see the Publishing Tools app page instead.

The Activation Tools app, installed by the Activation module, has two subapps:

  • Tools allows you to generate a new public key and clean the mgnlSystem workspace.
  • Monitor allows you to monitor activation details. 

    • Overview: Number of activations, deactivations, errors, committed and rollbacked transactions, activated content size and time needed for activation.

    • Activations per workspace: Number of activated items per workspace.
    • Public instance response: Maximum, minimum and average response time for each subscriber.
    • Activation log: Details of each activation. Can be filtered by user.
    • Error log: Activation error log.

You can access the app in Tools > Activation tools

 

See Activation security for more information about using the Activation Tools app.

Configuration

The Activation Tools app is based on the small app concept and installed by the Activation module. Access to the app is restricted to the superuser role in the app configuration and app launcher layout configuration.

The app is configured at Configuration > /modules/activation/apps/activation .

Node name

 
modules

 
activation

 
apps

 
activation

Activation log storage

Activation logs are stored in memory. MemoryActivationStorage is registered in the configuration at Configuration > /modules/activation/config/activationLogStorage. You can customize storage by extending the ActivationStorage interface.

Node nameValue

 
modules

 

 
activation

 

 
config

 

 
activationLogStorage

 

 
class

info.magnolia.module.activation.monitor.MemoryActivationStorage