ndcheck
No security coverage
ndCheck sends the list of installed Drupal modules and the Drupal core version to the ndCheck monitoring service.
Track module versions, available updates, and security vulnerabilities across all your environments from a single dashboard.
Features
- Automatic sync via Drupal cron (at most every 12 hours)
- Sends Drupal core version and the full list of installed modules (name + version)
- Simple token-based authentication — one token per environment
- Manual Test sync now button in the admin UI
- Supports Drupal 10 and 11
Requirements
- Drupal 10 or 11
- A ndCheck account
- Cron configured and running on your Drupal site
Installation
composer require drupal/ndcheck
drush en ndcheck
Or enable via Extend (/admin/modules).
Configuration
- Go to Administration → Configuration → Web services → ndCheck (
/admin/config/services/ndcheck) - Paste the sync token generated by ndCheck for this environment
- Verify the API endpoint (
https://api.ndcheck.io/api/v1/syncby default) - Click Test sync now to verify the connection
The token is created in the ndCheck dashboard when you add an environment to a project.