Skip to content

Instantly share code, notes, and snippets.

@paperdarwin
Last active August 29, 2015 14:17
Show Gist options
  • Save paperdarwin/b362efa4c2029736dc16 to your computer and use it in GitHub Desktop.
Save paperdarwin/b362efa4c2029736dc16 to your computer and use it in GitHub Desktop.
rename server for newrelic for server
# edit to your desired hostname
nano /etc/hostname
#restart newrelic server
/etc/init.d/newrelic-sysmond restart
# soft reboot your server
# edit
/etc/php5/fpm/conf.d/newrelic.ini
newrelic.framework = "laravel"
newrelic.appname = "vm1.exxxtrasmall.com"
sudo service php5-fpm restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment