Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

kessler/monitor-url-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this tool is DEPRECATED (!)

Monitor url tool

Simple too to monitor one or more urls. The tool will beep in error events.

Install

	npm install -g monitor-url-tool

Usage

	monurl 5000 http://www.example.com

will check example.com every 5 seconds.

	monurl 5000 servers.conf

while servers.conf will look like this:

	google, http://www.google.com
	yahoo, http://www.yahoo.com
	#comments can be embedded in the file, but only in their own line
	facebook, http://www.facebook.com

the tool also provides a cli which allows adding servers in runtime:

	monitor> addServer('beer', 'http://beer.com')

About

simple url monitoring tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors