Python script to check a group of server's HTTP Responses.
pip install -r requirements.txt
with virtualenv
virtualenv .
source bin/active
pip install -r requirements.txt
> ./testServerPool.py example.com
http://example.com/ 302 Found
http://asdf.com/ 200 OK
> ./testServerPool.py --help
usage: testServerPool.py [-h] [--version] [-p PATH] [-s] [-v] [-d]
host [host ...]
Server pool response testing
positional arguments:
host List of hostnames to check
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
-p PATH, --path PATH target path to check
-s, --secure Use HTTPS
-v, --verbose set verbosity
-d, --debug debug