Created
March 22, 2011 00:18
-
-
Save mcantelon/880518 to your computer and use it in GitHub Desktop.
roughed out monit conf for node
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
check process node with pidfile /var/run/node.pid | |
start program = "start/node/app" | |
stop program = "stop/noe/app" | |
if failed host www.myappcom port 80 protocol http | |
with timeout 25 seconds | |
then restart | |
group server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment