Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrisco/website-checker

Pings a list of websites using cURL to see if they're up and there are no errors.
https://github.com/chrisco/website-checker

curl shell-script

Last synced: 26 days ago
JSON representation

Pings a list of websites using cURL to see if they're up and there are no errors.

Awesome Lists containing this project

README

        

# website-checker

Pings list of websites using cURL to see if they're up and there are no errors.

## How To Use

1. Edit `website-checker.sh` (tell it which list to check and what to output).
2. Edit `list.txt` and/or `list-failures.txt` (one domain per line).
3. Make sure `failures.txt` is empty.
4. Run from `~/c3/website-checker`.
5. Run with `$ ./website-checker.sh`.
6. Check `failures.txt` for list of failures.