Skip to content

Instantly share code, notes, and snippets.

@horninc
Created June 2, 2014 15:52
Show Gist options
  • Save horninc/2f912dbb4a77151613d0 to your computer and use it in GitHub Desktop.
Save horninc/2f912dbb4a77151613d0 to your computer and use it in GitHub Desktop.
packages:
yum:
newrelic-php5: []
newrelic-sysmond: []
rpm:
newrelic: http://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm
commands:
configure_new_relic:
"01":
command: newrelic-install install
env:
NR_INSTALL_SILENT: true
NR_INSTALL_KEY: 3585425de706c0fd3c89ba66c053afefff62d353
"02":
command: echo newrelic.appname="ditistv.com" >> /etc/php.ini
"03":
command: nrsysmond-config --set license_key=3585425de706c0fd3c89ba66c053afefff62d353
"04":
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