You are here

README.txt in Monitoring 7

Same filename in this branch
  1. 7 README.txt
  2. 7 modules/monitoring_icinga/README.txt
  3. 7 modules/monitoring_munin/README.txt
Same filename and directory in other branches
  1. 8 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
 * Sensor interface that can be easily implemented to provide custom sensors.
 * Integration with Munin.
 * Integration with Icinga/Nagios

 REQUIREMENTS
 ============

 * PHP min version 5.3
 * Drupal xautoload module to utilise namespaces

 INSTALLATION
 ============

 * Prior to enabling monitoring_* modules enable 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 Info overrides
 --------------

 It is possible to override sensors settings defined in
 hook_monitoring_sensor_info() using the monitoring_sensor variable, for example
 in settings.php. This allows to enforce environment specific settings, like
 disabling a certain sensor.

 $conf['monitoring_sensor_info']['name_of_the_sensor']['settings']['enabled'] = FALSE;

 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. * Sensor interface that can be easily implemented to provide custom sensors.
  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 enabling monitoring_* modules enable 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 Info overrides
  34. --------------
  35. It is possible to override sensors settings defined in
  36. hook_monitoring_sensor_info() using the monitoring_sensor variable, for example
  37. in settings.php. This allows to enforce environment specific settings, like
  38. disabling a certain sensor.
  39. $conf['monitoring_sensor_info']['name_of_the_sensor']['settings']['enabled'] = FALSE;
  40. Anything defined through the hook can be overridden.