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

author
allynt
Sep 28, 2016
60760c7 · Sep 28, 2016

History

6 Commits
Apr 4, 2016
Apr 4, 2016
Apr 4, 2016
Sep 28, 2016

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