This project is not covered by Drupal’s security advisory policy.

Drupal module to provide statuses for integration services that can be intermittent and unstable.

For Drupal 8 version, please see the successor module Integration Report.

The development of this module takes place on GitHub: https://github.com/integratedexperts/status_report

Why?

If your module provides a 3rd party integration and you want to know that connection is configured correctly, this module allows to see all the response information within a single page.

You may also implement status check for any other Drupal module that does not have such information page.

Features

- Single page for all status checks.
- <iframe>-based status checks (useful for SSO with redirects).

Getting started

1. Implement hook_status_report_handlers() to specify your status class.
2. Extend StatusReport class with your 3rd party endpoint request methods.
3. Go to /admin/reports/integration-status-report to check the status.

Refer to status_report.api.php for implementation example.

Supporting organizations: 
Development

Project information

Releases