Skip to content
Snippets Groups Projects
Select Git revision
  • 8.x-1.9
  • 8.x-1.x default
  • 7.x-1.x
  • 8.x-1.20
  • 8.x-1.19
  • 8.x-1.18
  • 8.x-1.17
  • 8.x-1.16
  • 8.x-1.15
  • 8.x-1.14
  • 8.x-1.13
  • 8.x-1.12
  • 8.x-1.11
  • 8.x-1.10
  • 8.x-1.8
  • 8.x-1.7
  • 8.x-1.6
  • 8.x-1.5
  • 8.x-1.4
  • 7.x-1.1
  • 8.x-1.3
  • 8.x-1.2
22 results

monitoring

  • Open with
  • Download source code
  • berdir's avatar
    Issue #3145452 by Berdir: Fixing new/remaining Drupal 9 test fails
    Sascha Grossenbacher authored and Sascha Grossenbacher committed
    5cf89f46
    History
     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.