Go to All Forums

APM Insight - PHP Agent Installation Problem

Hi,

I have installed the PHP APM Agent . Agent is installed and running , but no data is appearing on the dashboard. 

When going through the logs of zpa installer , I encountered below line : 

enabling zpa module
sh: 1: phpenmod: not found

Due to which when I run this command : php -m | grep "zpa" , it returns nothing. 

How to resolve this . 

Thanks 

Like (2) Reply
Replies (1)

Hi Aditya, 

If zpa module is not showing in "php -m" command, the php agent will not be collecting data. Kindly ensure if the zpa.ini file is present in the path given by the following command. (If not, kindly copy the /opt/zpa/bin/zpa.ini to the same path)

php -i|grep "Scan this dir"

And ensure if zpa.so is present in the path given by the following command, 

php -i|grep extension_dir

Also kindly ensure that your webserver is restarted. By the way, do you run apache? 

Thanks & Regards,
Shrinivasan
Developer, APM Insight PHP Agent

Like (0) Reply

Was this post helpful?