Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on 11-03-2017 12:41 PM - edited on 02-04-2019 02:53 PM by Nina.Wolinsky
After PHP agent installation there are a few cases when the agent does not report to the Controller. The following article describes the basic troubleshooting steps to verify the installation and place the agent configuration files in proper place.
For additional help, see the documentation on how to Resolve PHP Agent Installation Issues or open a support ticket.
By default, the PHP Agent installer looks for PHP-CLI
and places the agent configuration file accordingly. If the environment where we need to install the agent has a different php.ini
OR directory for module configuration files with respect to CLI/Apache/PHP-FPM installation, we have to place the agent configuration file in the relevant directory.
1. Execute the php -i | grep -i agent
command in the machine's terminal and verify that there are plenty of the config details. If there are none, it means the agent installation was not successful.
2. If there are many parameters in the above command's output, note the path for the appdynamics_agent.ini
file and move to the next step. Sometimes the installer is not able to save the agent configurations in a file, it will output all of the configuration to the terminal directly which needs to be copied into the php.ini
file.
1. Execute the php -i | grep -i additional
command in the terminal and verify the path.
2. Make a note of the directory, if it is a valid directory path. We have to place the agent configuration file in the directory for PHP runtime to include the agent configuration.
Few installations have different directories for PHP-CLI/Apache/PHP-FPM so agent configuration file has to be copied into the relevant directory for our agent to be included in those environments.
3. If this command returns "None" or "not a valid directory path", the agent configurations have to be copied directly in the relevant php.ini
file.
4. Restart Apache/PHP-FPM after placing the agent configuration path correctly, drive load on the application and verify in the Controller for agent reporting after some time.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form