AppD Archive

PHP Agent installation connectivity issues

CommunityUser
Splunk Employee
Splunk Employee

I have a centos system with WHM installed so I believe this is a non-standard php setup.

I used the default installer but it failed as couldn't find the php version, even when defined by environmental variable.

I followed the documented instructions and installed via script https://docs.appdynamics.com/display/PRO41/Install+the+PHP+Agent+using+a+Shell+Script

Executed as follows:

bash install.sh  -s -a=xxx@xxx -e /usr/local/lib/php/extensions/no-debug-non-zts-20121212 -i /usr/local/lib -p /usr/local/bin -v 5.5 xxx.saas.appdynamics.com 443 ApplicationName TierName NodeName

This completed without indicating error. No changes were made to the php.ini file and there is no connectivity between the agent and AppDynamics.

Can anyone advise on what the next steps should be?

Thanks,

Ivan

Tags (2)
0 Karma

CommunityUser
Splunk Employee
Splunk Employee

Hi

Can you confirm if appdynamics_agent.ini is present in the directory where php.ini is present ?

Also make sure appdynamics_agent.so is present in the extension directory of the php installation.

You can also use 'php -i' command and examine the output. You should see appdynamics_agent.ini in it.

Note that PHP agent works with a Java Proxy process. Make sure this proxy is running (ps -ef | grep java).

Good luck.

Karun

0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...