Follow us on Twitter
Latest Tweet: New blog post on raw roles allowing arbitrary html in docutils < 0.6 http://blog.projectfondue.com/2010/7/27/security-raw-roles-in-docutils
L'Alpiniste

The blog of the Project Fondue Team

Entries tagged “linux”

Getting an Early Warning of Low Disk Space

written by Stuart Colville, on 21 January, 2010 at 23:11.

Here's a really simple way of getting a notification when your disk space is running low by using a simple Python script in a cron job.

The idea is to configure a script with a threshold at which point if your free disk space is less that "n" percent you'll get an email telling you that you're running low on disk space.

Read the full post on “Getting an Early Warning of Low Disk Space”