upbeat
Version:
Fast health and performance monitoring with process handling
14 lines (13 loc) • 365 B
YAML
processes:
NodeServer:
command: "/home/jeffsu/opt/local/node/bin/node"
options: [ '/home/jeffsu/workspace/upbeat/examples/server.js' ]
checks:
- strategy: http
url: http://localhost:1337
status: 200
interval: 3000
- strategy: http
url: http://localhost:1337/hello
status: 200
interval: 3000