Shell script to monitor current disk space and getting alert on thresh hold level

Yesterday I wrote a post when I found a script to monitor disk space in a server and getting alert on thresh hold level. However that script just send a notification when disk space is on thresh hold, but I wanted to get disk usage on daily basis therefore I made some modifications in script. [crayon-650dd1d79bc5d072461741/] … [Read more...]

Monitoring your disk space with shell script

If you are running a busy server with several customers, uploading alot of file then there is a chance that you get out of space without knowing. I was about to write a script for my server but then found it on a famous website. [crayon-650dd1d79c1cf056552152/] [crayon-650dd1d79c1d2301855450/] Paste above script and save file. [crayon-650dd1d79c1d3274625472/] Now script will run daily and … [Read more...]