I am trying to get started with APPDYNAMICS and want to implement a working example to monitor PHP application.
I have tried both, SaaS and On Premise version, but not able to see my PHP log connected to controller.
I followed below steps.
- From the Home screen of controller, I clicked on Get Started > PHP
- I want to monitor PHP on my local machine (Ubuntu 16.04), so selected - All Other Linux OS - 64-bit
- Given a name to both application and tier and Downloaded agent.
- Ectracted the agent file to some directory and run - sudo bash runme.sh
- Ensured that the agent installed without any error.
- Made logs directory writable.
- Restarted Apache2 service.
- Accessed application hosted with PHP in my local.
But the controller screen still shows - Waiting for Connection...
I tried multiple times.
Can anyone point me what m I doing wrong ?