You are here

README.txt in Monitoring 8

Same filename and directory in other branches
  1. 7 README.txt
 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.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. =====================
  3. * Introduction
  4. * Features
  5. * Requirements
  6. * Installation
  7. INTRODUCTION
  8. ============
  9. Monitoring provides a sensor interface where a sensor can monitor a specific
  10. metric or a process in the Drupal application.
  11. FEATURES
  12. ========
  13. * Integration with core modules
  14. * * Requirements checks
  15. * * Watchdog
  16. * * Cron execution
  17. * * Content and User activity
  18. * SensorPluginInterface that can be easily implemented to provide custom sensor plugins.
  19. * Integration with Munin.
  20. * Integration with Icinga/Nagios
  21. REQUIREMENTS
  22. ============
  23. * PHP min version 5.3
  24. * Drupal xautoload module to utilise namespaces
  25. INSTALLATION
  26. ============
  27. * Prior to install monitoring_* modules install the monitoring base module.
  28. This will secure the base PHP classes are available during the submodules
  29. installation.
  30. * Enable and configure the desired sensors.
  31. SENSORS
  32. =========
  33. Sensor config overrides
  34. --------------
  35. It is possible to override sensors settings using the monitoring_sensor_config
  36. variable, for example in settings.php. This allows to enforce environment
  37. specific settings, like disabling a certain sensor.
  38. @todo needs documentation with config overrides.
  39. Anything defined through the hook can be overridden.