Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@yustam
Created April 9, 2014 05:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save yustam/10228527 to your computer and use it in GitHub Desktop.
Save yustam/10228527 to your computer and use it in GitHub Desktop.
Install and start newrelic daemon on Amazon ElasticBeanstalk
packages:
yum:
newrelic-sysmond: []
rpm:
newrelic: http://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm
commands:
configure_new_relic:
command: nrsysmond-config --set license_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
start_new_relic:
command: /etc/init.d/newrelic-sysmond start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment