Skip to content

bwiggs/ServerCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Python script to check a group of server's HTTP Responses.

Installation

pip install -r requirements.txt

with virtualenv

virtualenv .
source bin/active
pip install -r requirements.txt

Example Output

> ./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

About

Python script that grabs the HTTP responses from a group of servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages