New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

monitor-url-tool

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monitor-url-tool

simple url monitoring tool

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

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 after its been started:

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

Keywords

url

FAQs

Package last updated on 27 Aug 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts