Skip to content

Instantly share code, notes, and snippets.

@raketbizdev
Forked from polds/newrelic.ini
Created June 26, 2018 05:15
Show Gist options
  • Save raketbizdev/22a1134a37111d94ee55826d699d5588 to your computer and use it in GitHub Desktop.
Save raketbizdev/22a1134a37111d94ee55826d699d5588 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