An open API service indexing awesome lists of open source software.

https://github.com/koding/kite-healthcheck


https://github.com/koding/kite-healthcheck

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

kite-healthcheck
================
After cloning this repo:
``` bash
cd kite-healthcheck
npm i
node ./kite-heathcheck.js -u wss://example.com
```
It will exit with 0 if it is successful or 1 in the case of an error.

# options
* `-u` the url of the kite to run the health-check against
* `-v` verbose mode (log info messages)
* `-t` timeout in seconds (defaults to 10s)
* `-n` output check results in Nagios format
* `--sockjs` use the SockJs client as `transportClass` (defaults to WebSocket)