Skip to content

simple python script for checking whether websites are up

Notifications You must be signed in to change notification settings

allynt/check_sites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

check_sites

simple python script for checking whether websites are up

uses 2 simple configuration files:

  • "check_sites.conf": specifies the email settings to be used
  • "check_sites.json": specifies the sites to check

takes 2 arguments:

  • -f : specifices the path to "check_sites.json"
  • -v: specifies "verbose" mode (in non-verbose mode, an email is only sent if any sites DO NOT return a status code of 200)

best used w/ cron to check a set of websites automatically

About

simple python script for checking whether websites are up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages