CONTENTS OF THIS FILE ===================== * Introduction * Features * Requirements * Installation INTRODUCTION ============ Monitoring provides a sensor interface where a sensor can monitor a specific metric or a process in the Drupal application. FEATURES ======== * Integration with core modules * * Requirements checks * * Watchdog * * Cron execution * * Content and User activity * SensorPluginInterface that can be easily implemented to provide custom sensor plugins. * Integration with Munin. * Integration with Icinga/Nagios REQUIREMENTS ============ * PHP min version 5.3 * Drupal xautoload module to utilise namespaces INSTALLATION ============ * Prior to install monitoring_* modules install the monitoring base module. This will secure the base PHP classes are available during the submodules installation. * Enable and configure the desired sensors. SENSORS ========= Sensor config overrides -------------- It is possible to override sensors settings using the monitoring_sensor_config variable, for example in settings.php. This allows to enforce environment specific settings, like disabling a certain sensor. @todo needs documentation with config overrides. Anything defined through the hook can be overridden.
Select Git revision
monitoring
#3145452 by Berdir: Fixing new/remaining Drupal 9 test fails
Sascha Grossenbacher authored and
Sascha Grossenbacher
committed