diff --git a/bay_platform_dependencies.install b/bay_platform_dependencies.install index d05ba93..c0a2650 100644 --- a/bay_platform_dependencies.install +++ b/bay_platform_dependencies.install @@ -60,4 +60,11 @@ function bay_platform_dependencies_update_8001() { } } } -} \ No newline at end of file +} + +/** + * Enable bay_monitoring. + */ +function bay_platform_dependencies_update_8002() { + \Drupal::service('module_installer')->install(['bay_monitoring']); +} diff --git a/composer.json b/composer.json index a390615..8f01f10 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,7 @@ "drupal/redis": "^1.0", "drupal/smtp": "^1.2", "dpc-sdp/tide_logs": "1.0.0", + "dpc-sdp/bay_monitoring": "^1.0", "cweagans/composer-patches": "^1.7" }, "config": { @@ -40,6 +41,11 @@ "drupal/section_purger": { "type": "git", "url": "https://git.drupalcode.org/issue/section_purge-3227034.git" + }, + "dpc-sdp/bay_monitoring": { + "no-api": true, + "type": "vcs", + "url": "https://github.com/dpc-sdp/bay_monitoring.git" } }, "minimum-stability": "dev",