Site Alerts

Categories

Component ID

2219655

Component name

Site Alerts

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

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.