Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module turns your Drupal site into a website monitoring agent that sends you email alerts if any of the monitored sites become unresponsive.

You will be able to register any number of URL addresses with the module, and it will regularly check to verify if the target sites are online. Three methods are available to determine whether a site is online:

  • Status check: Sends a request to the target site, and checks the HTTP status code returned.
  • Text match: Requests a page from the target site, and looks for a text in the returned body text.
  • Regex match: Requests a page from the target site, and performs a regex match on the returned body text.

Dependencies

The module requires the Entity API module.

Supporting organizations: 

Project information