Skip to content

This program will sends an email when the space run below than 15GB!

Notifications You must be signed in to change notification settings

hasanparasteh/DriveSpaceChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Server Drive Space Checker

This program will sends an email when the space run below than 15G! You can set another value for space checker in this program. Also you can use windows scheduler to repeat the cycle of checking every day or hour to send you and alert email.

How to run

virtualenv env
source env/bin/activate
pip install -r requirements.txt
python SpaceMailer.py <example@gmail.com> <password>

ENV

You have to create a .env file on root directory and pass the email list you want to alert email sent to!

EMAILS=['hasanparasteh@gmail.com']

About

This program will sends an email when the space run below than 15GB!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages