Created
March 1, 2013 05:41
-
-
Save jalaziz/5062680 to your computer and use it in GitHub Desktop.
Riemann Upstart
This file contains 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
description "Riemann Dashboard" | |
start on runlevel [2345] | |
stop on runlevel [06] | |
respawn limit 10 5 | |
setuid riemann | |
exec riemann-dash |
This file contains 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
description "Riemann Health" | |
start on runlevel [2345] | |
stop on runlevel [06] | |
respawn limit 10 5 | |
exec riemann-health |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment