On Mon, Jul 28, 2008 at 3:33 AM, Mad Unix madunix@gmail.com wrote:
Hi ALL
#!/bin/sh # Shell script to monitor or watch the disk space
I use this one-liner:
df -P| awk '$5+0>90{print $0|"mutt -s df-k@`hostname` user@domain.com"}'
Probably, you should add -t ext3 to avoid reporting nfs or other special filesystems...
-- Marcelo
"¿No será acaso que ésta vida moderna está teniendo más de moderna que de vida?" (Mafalda)