Skip to content

lcwalina/servercheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple CLI to test if hosts are pingable

Installation

Install using pip:

$ pip install servercheck

Usage

$ servercheck -s example.com:80 -s google.com:80
{'success': ['google.com:80', 'example.com:80'], 'failure': []}

By adding -f flag followed by JSON file name, we can read list of hosts from a json file.

About

Cloud guru course project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages