Hello,
I have two scripts I use to monitor disk usage on a daily basis. The first
script, DiskUsage.pl, is run to gather space usage statistics on all of the
first level directories in a file-system. The second script, ReportUsage.pl,
is used to generate a report of the usage and allow for the tracking of the
usage over the last N days. The way I use these scripts is to run the
DiskUsage.pl script each morning at 8:00 AM and then at 9:00 AM I run the
ReportUsage.pl script. Both scripts are initiated under cron with the
results of the ReportUsage.pl script being piped to mail mail for
delivery.These scripts were written to work on a Solaris 2.X system.
The cron entries are:
0 8 * * * /home/sysadmin/bin/DiskUsage.pl home
0 9 * * 1-5 /home/sysadmin/bin/ReportUsage.pl -d 7 -f home -t 200 | mailx -s
"Home Directories `date`" brobbins@nai.com <mailto:brobbins@nai.com>
The -d flag says report the last seven days usage.
The -f flag says report information about the home file-system.
The -t flag says report only those directories that are using more than
200MB of space.
Thanks
Bert
-----Original Message-----
From: Juergen Amthauer [mailto:juergen.amthauer@nbg6.siemens.de
Sent: Tuesday, February 29, 2000 7:49 AM
To: cciug@Rational.Com <mailto:cciug@Rational.Com>
Subject: [cciug] ALERT script if HD is full on Solaris ?
Hi all
Has anyone of you a script which signals via mail or so ... if the
vobstorage area
is near to 100 %
... or even better ... like in startrek
green alert - all is good
yellow alert - over 80 % disk filled
red alert - over 90 %
if one has a good idea how to check this automatically please reply, it's
boring to do
a df -k from time to time ...
--best regards
+------------------------------------------------------------------+
Juergen Amthauer | mailto:Juergen.Amthauer@nbg6.siemens.de <mailto:Juergen.Amthauer@nbg6.siemens.de>
Product Integration | mailto:juergen.pat@t-online.de <mailto:juergen.pat@t-online.de> (private)
Siemens AG, EV NL D3 | WWW : http://www.nbg6.siemens.de/~amthauer <http://www.nbg6.siemens.de/~amthauer>
Humboldtstrasse 59 | Voice :+49-911-433-8351
D-90459 Nuremberg | Fax :+49-911-433-5494
Germany |
+------------------------------------------------------------------+
This archive was generated by hypermail 2b29 : Sun May 06 2001 - 00:23:31 EDT