Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chrisco/website-checker
- Owner: chrisco
- Created: 2017-03-20T22:41:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T22:42:43.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T00:38:47.341Z (3 months ago)
- Topics: curl, shell-script
- Language: Shell
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.