Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artyom/httpcheck
Small utility to periodically log HTTP response code for a set of URLs
https://github.com/artyom/httpcheck
Last synced: about 12 hours ago
JSON representation
Small utility to periodically log HTTP response code for a set of URLs
- Host: GitHub
- URL: https://github.com/artyom/httpcheck
- Owner: artyom
- License: mit
- Created: 2014-10-30T10:06:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T13:38:17.000Z (over 7 years ago)
- Last Synced: 2024-06-20T15:49:08.938Z (5 months ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
`httpcheck` periodically issues HTTP `HEAD` request on URLs from file and logs
URL and response code to stderr.Usage of httpcheck:
-delay=30s: delay between each check cycle
-n=10: number of concurrent checks to make
-nokeepalive=false: disable keep alive
-urls="": file with urls, one url per line