Skip to content

konexmedia/living

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 - [email protected]

About

Observes if web services are still alive.

Resources

License

Stars

Watchers

Forks

Packages

No packages published