Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: MOTION-157
HTML Wrap
alignright
classmenu

Related topics:

The Activation Monitor app allows you to monitor activations (publishing). Track who published what and when.

The tool monitors:

  • 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.

Image Added

Configuration

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.

Logs are stored in memory. 

Javadoc
0info.magnolia.module.activation.monitor.MemoryActivationStorage
is registered in the configuration at Configuration > /modules/activation/config/activationLogStorage. You can customize storage by extending the
Javadoc
0info.magnolia.module.activation.monitor.ActivationStorage
interface.