Created
August 5, 2011 18:01
-
-
Save mheffner/1128122 to your computer and use it in GitHub Desktop.
Librato Silverline upstart config
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
# silverline - start the Librato Silverline agent | |
# | |
# The Librato Silverline agent collects monitoring statistics | |
# from Silverlined processes, dynamically rebalances capacity | |
# based on registered SLAs and process demand, and pushes limits | |
# to managed Silverlined processes. | |
# | |
# Librato Silverline is provided as a SaaS platform, see: | |
# http://www.librato.com | |
# | |
author "Librato, Inc. <[email protected]>" | |
description "Librato's Silverline is an application monitoring and management solution. See: http://www.librato.com" | |
start on runlevel [2345] | |
stop on runlevel [!2345] | |
respawn | |
pre-start script | |
mkdir -p /var/log/load_manager | |
mkdir -p /var/run/load_manager | |
end script | |
exec /sbin/lmd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment