Created
June 2, 2014 15:52
This file contains hidden or 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
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