unocha / ocha_monitoring
UNOCHA 监控
1.0.18
2024-07-18 14:02 UTC
Requires
- drupal/core: ^10
- drupal/monitoring: ^1
README
提供自定义传感器,并仅启用我们需要的传感器。
强制监控
您可以使用钩子 hook_ocha_monitoring_active_monitors_alter
修改强制监控,详见 API
当前强制监控
- 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
安装
composer require unocha/ocha_monitoring
drush pm:install ocha_monitoring
drush config:export
提交监控相关的配置更改(包括 composer 文件和 config/core.extension.yml
)。