PHP Applications Monitoring
Method to upgrade PHP Agent
Manual upgrade from user terminal Whenever a new version of the agent goes live, it will be listed on this APM Insight Download page. The latest agent can also be downloaded from AppManager web client's APM -> Add new ...
Capturing complete URL of the transactions being performed on the app server
By adding the config webtransaction.naming.use.requesturl=true in apminsight.conf file, the agent will start collecting the complete URLs of the transactions being performed. This option will be helpful when you have multiple virtual hosts configured ...
Steps to troubleshoot when no data is available for PHP applications
If you find no data is available in APM Insight PHP applications - the probable reasons are listed below with the corresponding troubleshooting instructions. Reason Cause Solution APM Instance is UP but no data is available There is no traffic for ...
Troubleshooting steps to check if installation of PHP has been done properly
Please check if the below steps have been performed to successfully install PHP: Create a sample .php file within your web application that contains the following: <?php phpinfo();?> Navigate to this page in a web browser and scroll through the ...
What do I do if my web server crashed after installing PHP agent ?
Stop the agent and send the logs to appmanager-support@manageengine.com. In order to stop linux agent : Login as root with command <sudo -s> and enter password. Navigate to zpa/bin directory and execute command <sh run.sh stop> In order to stop ...
How to add an APM Insight instance or application that has been deleted earlier?
Follow the steps given below to re-add a deleted PHP instance. For Linux, 1. Delete instance.out file in /opt/zpa/bin/ directory rm /opt/zpa/bin/instance.out 2. Edit apminsight.conf file in /opt/zpa/conf/ ...
Reconfigure APM Insight PHP agent after PHP version upgrade
If you have upgraded your PHP version and face problems in monitoring after the upgrade, here's how you can resolve it.In general, APM Insight PHP agent registers with the PHP version present in the server at the time of installation.So when you ...
Automatically restart APM Insight PHP agent during system reboots
To automatically restart APM Insight PHP agent during system reboots, use the below given steps: For systemd servers: From APM Insight PHP agent version 2.8, agent will automatically start during server reboots for systemd supported Linux flavors. ...
How to resolve "Error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory" ?
APM Insight PHP agent requires libcurl to be available in the default library directories, like /usr/lib. However, if libcurl is not installed on the system, the agent can use the library in the /opt/zpa/lib directory. To enable the agent to use ...
How to ignore transactions from monitoring?
To ignore or drop transactions from monitoring by the APM Insight PHP agent, follow the below-given steps. Install APM Insight PHP agent in your application and add a configuration file /opt/zpa/conf/transaction_drop_patterns.conf Add transaction ...