umd-lib/umdlib_system_status
最新稳定版本:1.0.0
Composer 安装命令:
composer require umd-lib/umdlib_system_status
包简介
Drupal module to pull system status information from LibAnswers.
README 文档
README
This module provides a cached system status json endpoint that pulls data from external system status json service.
To Install
composer require umd-lib/umdlib_system_status
Setup
Enable the "System Status" module in "Manage | Extend"
Config
The configuration for the upstream System Status JSON API url will be available in the "Drupal Configuration" page > "SYSTEM" section > "System Status" (/admin/config/system/system_status), or by running the following "drush" command:
> drush config:set --yes umdlib_system_status.settings service_url '<URL>'
where <URL> is the URL of the API endpoint. For example, if the URL is "http://docker.for.mac.localhost:4567/status", the command would be:
> drush config:set --yes umdlib_system_status.settings service_url 'http://docker.for.mac.localhost:4567/status'
JavaScript
This module includes JavaScript for updating the "Systems Status" menu item in the "utility navigation" menu provided by the "utility_nav" module.
Testing
The system status endpoint can be tested in the local development environment using the "system-status" Docker image (see https://github.com/umd-lib/system-status/).
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2026-05-11