Skip to content

edumco/checkurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check URL

Check if your urls are working in a a single step!

How the magic happens

You create file with a list of URLs and this program will check them for you.

How to use it

You have to create a CSV file with a URLs for line in one of theese following two formats:

Simple site

For a simple site check like www.mysite.com you should add at least an simple id so you can organize the results.

Ex.: 1;192.168.16.52;

Esse será convertido em http://192.168.16.52:8080 e testado usando HTTP e telnet e o resultado será no formato

1;http://192.168.16.52:8080;false;false

No final os dois booleanos são o resultado da conexão HTTP e telnet respectivamente

Funciona com hosts que possuam nome

1;google.com;80  --> 1;http://google.com:80;true;true

ID;IP;PORT_RANGE_BEGIN:PORT_RANGE_END

Ex: 1;google.com;80:86

O programa irá ler os números 80:86 como um range e testar cada um deles.

About

Check the connectivity of your important urls in a single step

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages