Getting an Early Warning of Low Disk Space
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”