Skip to content

Instantly share code, notes, and snippets.

@mheffner
Created August 5, 2011 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mheffner/1128122 to your computer and use it in GitHub Desktop.
Save mheffner/1128122 to your computer and use it in GitHub Desktop.
Librato Silverline upstart config
# 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. <silverline@librato.com>"
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