Drupal module implementing Statuscake push monitoring services. Push monitoring is a service where Drupal is pinging statuscake. If statuscake is not gettting pings for a timeframe, you will get alerted. Helps developers to check if cron is running without logging into the Drupal site, and check status report.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No language data available
No package.json found
This might not be a Node.js project
4
commits
Shifted to hook_cron and drupal_register_shutdown_function instead of hook_watchdog.
b160901View on GitHubRemoving unnecessary variables and saving them as drupal_static
50f065cView on GitHubImplementing hook_init and hook_exit to get the precise value of the cron runtime.
ed51ff4View on GitHubAdded extra validation for URL. Checking if the URL contains certain strings.
cb0011bView on GitHub