-
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::agent::php failure on Debian7 #35
Comments
how did you define the module to be installed? |
Hi, Here is the usage: class {'newrelic::server::linux': newrelic_license_key => $license } class {'newrelic::agent::php': newrelic_license_key => $license, newrelic_ini_appname => $application_name-$stage} # not working, newrelic.ini not foundWe have used a different way to achieve the desired result,
newrelic-php5 newrelic-php5/application-name string $application_name-$stage
Thanks & Regards,
|
@luckyhsif I'm trying to clean up some of these issues. I know it's been a while since you opened this, are you still having this issue? |
Tried to install newrelic php agent on Debian 7, but got errors,
class {'newrelic::agent::php': newrelic_license_key => $license, newrelic_ini_appname => $application_name }
Could not evaluate: /bin/sh: 2: /etc/php5/mods-available/newrelic.ini: not found
If conf dir was specified, it got this:
Could not evaluate: /bin/sh: 2: /etc/php5/fpm/conf.d/newrelic.ini: not found
Could not evaluate: /bin/sh: 2: /etc/php5/mods-available/conf.d/newrelic.ini: not found
other info
php-fpm and php-cli were installed on the system, and new relic Linux part was working fine. '/usr/bin/newrelic-install /etc/php5/mods-available' also worked in interactive mode.
The text was updated successfully, but these errors were encountered: