Drupal Watchtower

Component type

module

Maintenance status

Development status

Component created

Component changed

This project is developed for handy monitoring of drupal sites. It contains 2 modules – client and server.

Client module gathers information about drupal instance and periodically sends it to selected watchtower server.
Watchtower server provides data storage and accumulates data from reports clients sent him. It also contains some representation tools and export capabilities.

urlrouter

Component type

module

Maintenance status

Development status

Downloads

704

Component created

Component changed

Maintain a list of source and destination URL's for which redirects (301 or 302) will be performed. Source URL is absolute, destination URL may be a path, or another absolute URL.

Source-destination URL pairs are stored in the variable urlrouter_array as an associative array. The actual redirect takes place in hook_boot(), so that URL routing takes place as quickly as possible.

System Status

Component type

module

Maintenance status

Development status

Downloads

22646

Component created

Component changed

SUMMARY

We have a simple mission here at Lumturio; stopping your site from getting hacked.

Looking at every aspect of all of your sites, from necessary upgrades and vulnerabilities, to individual modules. Presenting it in one, easy to read dashboard.

No bullshit, just a simple UI with all the information you need to stay secure.

We allow administrators to build their own monitoring interface to check on multiple installations at once.

Node form mutator

Component type

module

Categories

Maintenance status

Development status

Downloads

908

Component created

Component changed

This module allows to modify node form according to set of conditions.

The conditions must be set in Page manager (the Page manager module which is part of Ctools must be installed for this).

Available modifications:

1. set field label
2. hide field
3. set field as disabled
4. show field as read-only
5. hide or rename button
6. hide or rename standard node form vertical tabs

Spider_tracker

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Current version:
This module will record which search spiders have visited your site.

Future development:

Future developmet will be to allow the spider to either crawl the site or not, record last visit, and a few others.

User Scheduled Delete

Component type

module

Maintenance status

Development status

Downloads

976

Component created

Component changed

This module gives site editors the ability to schedule a user account for deletion a set period in the future. During cron runs the module deletes accounts that are scheduled for deletion. Integrates with Drush and Rules.

Drush Integration

Trigger the batch deletion process (for all expired accounts):

drush process-user-scheduled-delete-queue

Rules Integration

Rules events are fired when a user account is scheduled for deletion and when an account is actually deleted.