Skip to content

Actively monitor and send email alerts about disk utilization for AWS or other Linux instances

Notifications You must be signed in to change notification settings

MahatmaCrond/Sizler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sizler

Actively monitor and send email alerts about disk utilization for AWS or other Linux instances

Details

  • This script utilizes ssmtp and routes emails through gmail

Install

  • Install ssmtp on Ubuntu: sudo apt-get install ssmtp
  • Configure Gmail how you want SMTP to be routed
  • Add a cronjob with "crontab -e" and set it like this (runs every 8 hours): 0 */8 * * * /home/username/sizler.sh

Notes

  • In addition to the cronjob, you can copy this to your .profile to run when logging into SSH, etc
  • The script also outputs an updated status of disk usage into /tmp

About

Actively monitor and send email alerts about disk utilization for AWS or other Linux instances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages