-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
newrelic_ini_appname does not make it into newrelic.ini (and presumably other vars) #70
Comments
Validated and am making a pull request in a few |
Can anyone review this pull request and merge it in? It breaks in Travis CI, but the errors displayed in the details seem like an issue with Travis CI or its config; not a code issue. This code works and I have been using this on projects since I submitted the PR. |
Any update on this? We'd like to go back to using a tagged version, but this needs to get merged in. |
For anyone else hitting this, another workaround is to set it in php settings (if using the mayflower/php)
You can also do this in Nginx vhosts if using puppet/nginx if you need to set this per application:
|
Can confirm I'm seeing the same issue. Would be hugely helpful to have #71 merged! |
The newrelic.ini template attempts to use data with local variable names, but no data is actually being passed to it.
I believe that all parameters in the php agent definition are now ignored because the ini file is created in a separate class scope of
newrelic::php::newrelic_ini
:The text was updated successfully, but these errors were encountered: