williamhughesDOTnet
  • Home
  • Referral
williamhughesDOTnet
  • Home/
  • Referral/
williamhughesDOTnet

IT and Technical consultations.

Blog-old

williamhughesDOTnet
  • Home/
  • Referral/
March 22, 2006

Email Drive Freespace

March 22, 2006/ Will Hughes

mail -s "AGDB1 Drive Space Status" user@domain.com

DriveEmail
#!/bin/sh

DISC=$1
PARTITION=`df -h |grep $DISC |awk '{print $1}'`
SIZE=`df -h|grep $DISC|awk '{print $2}'`
USED=`df -h|grep $DISC|awk '{print $3}'`
FREE=`df -h|grep $DISC|awk '{print $4}'`

echo "Partition: $PARTITION"
echo "Total size: $SIZE"
echo "Used space: $USED"
echo "Free space: $FREE"

March 22, 2006/ Will Hughes/ Comment
Really Geeky Stuff

Will Hughes

  • Remove line from log files
  • Restart mysql if dead
  • Home/
  • Referral/

williamhughesDOTnet

Tell us what you think!

We are constantly working to raise the bar on our services. If you have any questions or concerns about your experience, please let us know. 

William
will@williamhughes.net

Powered by Squarespace.