Skip to content

1.x-0.1.0

Latest

Choose a tag to compare

@albanycomputers albanycomputers released this 16 Jun 18:01
· 3 commits to 1.x-1.x since this release

Remote Site Status Client — 1.x-0.1.0

Initial release.

The client half of the Remote Site Status pair. Install on each site you want to monitor.

What's included:

  • On cron (configurable interval, daily by default), gathers and POSTs a status report: Backdrop version, PHP version, DB driver/version (with MariaDB detection), last cron timestamp, and installed contrib projects (modules, themes, and layouts — deduplicated by project key)
  • Fire-and-forget: failures are logged to watchdog and retried on the next cron run. Nothing in any request path waits on this module
  • Admin settings: server URL, API key, reporting interval
  • Test connection button (hits the server status endpoint and shows the result without a page reload)
  • Send report now button (bypasses the interval throttle for on-demand delivery)
  • Non-blocking HTTPS advisory when a non-HTTPS server URL is configured

Requirements: A configured Remote Site Status - Server endpoint