Magnolia 5.3 reached end of life on June 30, 2017. This branch is no longer supported, see End-of-life policy.
The Activation monitor app allows you to monitor activations. You can access the app in Tools > Activation monitor.
The tool monitors:
The Activation monitor 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/activationMonitor
.
Node name |
---|
modules |
activation |
apps |
activation |
activationMonitor |
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 name | Value |
---|---|
modules | |
activation | |
config | |
activationLogStorage | |
class | info.magnolia.module.activation.monitor.MemoryActivationStorage |