1.0.1 • Published 10 years ago

living v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

living

Observes if web services are still alive.

Installation

Install with npm.

npm install -g living

Usage

Create a configuration file in which you define the web services you want to observe (e.g. services.json).

[{
    "name": "Search Engine",
    "uri": "http://google.de",
    "interval": 2000
}, {
    "name": "Staging Website",
    "uri": "https://website1.staging.konexmedia.com",
    "interval": 5000
}]

After that, run living

living services.json

Author

Copyright 2014, konexmedia - info@konexmedia.com

1.0.1

10 years ago

1.0.0

10 years ago