Skip to content
forked from ET-CS/isOnline

Test if your websites are online. Script for automatic batch tests for website(s) availability. Suited for crontab job.

License

Notifications You must be signed in to change notification settings

LM1LC3N7/isOnline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isOnline

Script for scheduled check of websites availability and mail report. Suited for crontab job.

Config

  1. Create emails.lst file and fill it with each email in new line (as in emails.lst.example). leave an empty line in the end.

  2. Create websites.lst file and fill it with each website in a new line (as in websites.lst.example). leave an empty line in the end.

    Note that the script will approve http response 200 only. url(s) with 301 (redirect) will fail.

Add to crontab

Add the following lines to crontab config ($ crontab -e)

THIS_IS_CRON=1
*/30 * * * * /path/to/isOnline/checker.sh

in this example crontab will run checker.sh every 30min.

by ET.

About

Test if your websites are online. Script for automatic batch tests for website(s) availability. Suited for crontab job.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%