Docs / Connector module
Requires the Monitored + Connector plan. Drupal 10 or 11.
Download the module package directly from your dashboard:
Unzip it into modules/custom/ on the target site, so the path reads modules/custom/drubix_connector/drubix_connector.info.yml. Then enable it:
drush en drubix_connector -y
Or through the UI: Extend → find "Drubix Connector" under the Drubix package → install.
Go to /admin/config/services/drubix-connector (or Configuration → Web services → Drubix Connector). You'll need:
https://app.drubix.com/api/connector/report/<site-id>, using the site ID from your dashboardThe module reports on hook_cron(), at most once per hour (repeated triggers within that hour are skipped, so triggering cron manually twice in a row won't double-report). Run cron once to confirm:
drush cron
Then check your dashboard — the site should show a "connector active" badge, along with its PHP version and, if applicable, a config drift warning.
settings.php is writable, whether sites/default/files/.htaccess is presentIt does not access your site's database, user accounts, or content — only module/config metadata. See the Privacy Policy for the full data-handling description.
Disabling or removing the module simply stops future reports — historical data already reported stays in your dashboard.