unocha/ocha_monitoring

UNOCHA Monitoring

Installs: 3 820

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Open Issues: 0

Type:drupal-module

1.0.15 2024-04-22 09:26 UTC

This package is auto-updated.

Last update: 2024-04-24 14:22:48 UTC


README

Provides custom sensors and enables only those that we need.

Enforced monitors

You can alter the enforced monitors using a hook hook_ocha_monitoring_active_monitors_alter, see API

Current enforced monitors:

  • core_cron_last_run_age
  • monitoring_installed_modules
  • update_contrib
  • update_core
  • ocha_current_drupal_version
  • ocha_current_php_version
  • ocha_current_release
  • ocha_deployment_identifier
  • ocha_gtm_barebones
  • ocha_un_date
  • ocha_common_design
  • ocha_env_link_fixer
  • ocha_ocha_monitoring
  • ocha_current_composer_version

Installation

composer require unocha/ocha_monitoring

drush pm:install ocha_monitoring

drush config:export

Commit the monitoring-related config changes (including composer files and config/core.extension.yml).