How do I install a PHP Agent on Debian/Ubuntu Linux?
How do I troubleshoot an error in which the Agent doesn't report to the SaaS Controller?
Install the PHP Agent on Debian/Ubuntu Linux (No RHEL/Centos) by following the instructions in Install the PHP Agent.
Troubleshoot reporting issues to the SaaS Controller
In certain situations, the Agent doesn't report information to the AppDynamics SaaS Controller. To troubleshoot, please:
- Confirm that you have a file
appdynamics_agent.ini
on your /etc/php5
- Confirm that the mentioned file is on
/etc/php5/cli/conf.d/
copy it to /etc/php5/apache2/conf.d
- Restart Apache.
Installing a Machine Agent to server monitoring
To install the machine agent to server monitoring, remember to execute this command on the same line:
$MACHINEAGENTHOME/jre/bin/java -jar $MACHINEAGENTHOME/machineagent.jar
Editor's Note: Please see PHP Agent installation troubleshooting guide for further information.