curlstarter
v1.0.3
Published
Very simple monitoring solution. If it gets anything but a 200 status code on an http response it restarts the desired process.
Downloads
3
Readme
curlstarter
A simple web monitoring solution. No 200 == restart.
npm install -g curlstarter
To see the options of curl starter just execute it with --help
curlstarter --help
Play with it till you get the args right and then set it up to launch system start. Here is a simple example
curlstarter --url "http://google.com" -s "ls -al"