Skip to content

Instantly share code, notes, and snippets.

@polds
Created October 12, 2015 17:58
Show Gist options
  • Save polds/c85ae8f4e0d411ad2462 to your computer and use it in GitHub Desktop.
Save polds/c85ae8f4e0d411ad2462 to your computer and use it in GitHub Desktop.
/etc/php.d/newrelic.ini
extension = "newrelic.so"
newrelic.license = "LICENSE_KEY"
newrelic.logfile = "/var/log/newrelic/php_agent.log"
newrelic.appname = "Kyani MODx; backoffice-modx; ${DESIGNATION}-backoffice"
newrelic.capture_params = true
newrelic.attributes.enabled = true
newrelic.daemon.logfile = "/var/log/newrelic/newrelic-daemon.log"
newrelic.framework = "no_framework"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment