Tech Curiosity & Bio Curiosity Discussion Forum Index Tech Curiosity & Bio Curiosity Discussion Forum

 
 HomeHome | ServicesServices | ContactContact Us
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
  Post GuidelinesPosting Guidelines    ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  TutorialsFree Tutorials - Linux | Web Hosting | Web Templates | Bioinformatics | Free BioScripts
 

Allwebco Website Templates Reliable Web Solutions
Shell script to check the disk space on the server

 
Post new topic   Reply to topic    Tech Curiosity & Bio Curiosity Discussion Forum Index -> Useful Scripts - Shell scripts, Perl scripts etc
View previous topic :: View next topic  
Author Message
sreekanth



Joined: 21 Aug 2008
Posts: 1

PostPosted: Thu Aug 21, 2008 4:46 pm    Post subject: Shell script to check the disk space on the server Reply with quote

Shell script to check the disk space on the server.

I wrote a script to check the disk space on the server, and if any partition is found to be using more than 90%, it will sent an email to the server admin.

I later added this script as a cronjob.
Now this cron runs every day and it really helped us to deal with the disk space issues on the server.

Create a file: diskcheck.sh

Code:
#!/bin/bash
hos=`hostname`;
spc="";
spc=`df -h|awk '/dev/{ print $5,$6 }'|grep -e [9][0-9]% -e 100%`
if [ -z "$spc" ]
then :
else
echo "$spc  Please login to server and check"|mail -s "Disk Check on $hos" your-email@domain.com
fi
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Tech Curiosity & Bio Curiosity Discussion Forum Index -> Useful Scripts - Shell scripts, Perl scripts etc All times are GMT + 5.5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Help us in our Mission - Donate to TechCuriosity


 
Partners:
Web hosting comparison | Web Hosting | Dedicated Server | Link Building SEO