[geeks] Script

Chris David kchris_iii at hotmail.com
Wed Nov 6 09:28:57 CST 2002


Yes..! i need a script that should monitor file system space regularly and 
it should send me an email only in case if it exceed some limit say 80%..
Thanks






>From: Caleb Shay <caleb at webninja.com>
>Reply-To: geeks at sunhelp.org
>To: geeks at sunhelp.org
>Subject: Re: [geeks] Script
>Date: 06 Nov 2002 10:23:12 -0500
>
>#!/bin/bash
>while [ 1 ]; do
>	df -k | mail me at mydomain.com;
>	sleep 3600;
>done;
>
>or were you looking for something a little more intelligent? :)
>
>Caleb
>
>On Wed, 2002-11-06 at 10:07, Chris David wrote:
> > Hi
> > Anyone have script to monitor file system space?
> >
> > Thanks in advance
> >
> >
> >
> >
> >
> > _________________________________________________________________
> > Add photos to your messages with MSN 8. Get 2 months FREE*.
> > http://join.msn.com/?page=features/featuredemail
> > _______________________________________________
> > GEEKS:  http://www.sunhelp.org/mailman/listinfo/geeks
>--
>_______________________________________________
>GEEKS:  http://www.sunhelp.org/mailman/listinfo/geeks


_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail



More information about the geeks mailing list