Published at LXer:
This article explains how to write a perl script that can monitor your disk space under UNIX or Linux and send me an email alert to admin. There is a nice perl system routine called Perl df or Filesys:

iskSpace. This routine displays information on a file system such as its type, the amount of disk space occupied, the total disk space and the number of inodes etc.
Read More...