Skip to content

flaunder007/site_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

site_checker

This script is made to check sites for availability.

sites.txt contain domains and ports which is needed to check, separated by space. Last one is always an email to send an errors. For examle: "somesite.ru 80 443 21 [email protected]". Each domain on the new line.

site_add_to_checker.php is adding a record to sites.txt, from the comand line. For example:

php ~/site_add_to_checker.php somedomain.ru 80 443 21 22 [email protected]

Domain is always first parameter and an email is always last one.

site_checker.php is made to executed by CRON with no parameters.

php ~/site_checker.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages