https://github.com/koding/kite-healthcheck
https://github.com/koding/kite-healthcheck
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koding/kite-healthcheck
- Owner: koding
- Created: 2014-04-22T16:03:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T22:42:03.000Z (over 9 years ago)
- Last Synced: 2024-04-13T07:08:42.072Z (over 1 year ago)
- Language: JavaScript
- Size: 276 KB
- Stars: 6
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)