Get a status report at admin/reports/status and a cron-triggered e-mail warning when locally mounted disk space on your Drupal server reaches a preset threshold.
The alert e-mail uses the following template:
Alert: {hostname} is {percent}% full
Running out of space {mount} ({percent}% used, {space} avail)
on {hostname} for {site_name}
Requires df, grep, and awk to be in the global server $PATH available for PHP to use.
Built for and tested with Debian 6, Ubuntu 12.04, and Mac OSX. Diskfree does not work reliably on Ubuntu 8.04. Most Linux-style environments should work, but only the aforementioned are officially supported.
Diskfree is a component of the classic CIA information security triad: confidentiality, integrity and availability. A full disk partition can halt a web server and cause data corruption. From Wikipedia:
Integrates with the spam module to allow users to mark a piece of content as spam. Depending on their role, this will increment the spam value for that piece of content.
The mydigipass module allows to easily integrate the MYDIGIPASS.COM service in a Drupal website. MYDIGIPASS.COM is an authentication service which uses two-factor authentication and relies on one-time passwords to protect access to your website.
By enabling this module on your website, your end-users can authenticate themselves using MYDIGIPASS.COM instead of using a static password. The module is flexible to allow for existing users to link their Drupal account with a MYDIGIPASS.COM account and for new users to register a new Drupal account and to link it immediately to their MYDIGIPASS.COM account.
Requirements
This module does not rely on other modules. However, the webserver on which the Drupal website is hosted must be able to make connections to the MYDIGIPASS.COM service on the Internet. If you don't know whether your webserver can make such connections, a "Test connectivity" button has been foreseen in the module's administration page which allows checking whether it is possible to make connections to MYDIGIPASS.COM or not. In order to connect to MYDIGIPASS.COM, the module uses the same functionality as used by Drupal to check for updates.
When using this module on a production website, it is strongly recommended that your website is reachable over https.