cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Controller not responsing - Pyagent

Hari.Yerramsetty
New Poster

Hi Appdynamics,

 

I have a question regarding setting up appdynamics. I was able to install pyagent and run gunicorn using pyagent. I see my flask application is running as usual. I was able to generate load. When I checked logs for the proxy, it reported the controller did not respond.

 

python version - 3.6.9

flask = 1.1.1

appdynamics- 20.3.0

 

My cfg file

[agent]
app = <app-name>
tier = <app-tier>

node = node f58e

[controller]
host = <account>.saas.appdynamics.com
port = 443
ssl = (on)
account = <account>
accesskey = <key>

 

I am attaching a screenshot of the error. Please can anyone help me with this issue?Screen Shot 2020-07-07 at 12.26.29 AM.png

 

 

3 REPLIES 3

Kyle.Furlong
AppDynamics Team (Retired)

Hi Hari,

 

Could you please verify that there are no typos, especially in the hostname of your controller?

Thanks,
Kyle Furlong, Technical Lead (C++ and Dynamic Languages)




Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Hi Kyle,

 

I have copied from the getting started page when creating application. I have verified it too. When I do telnet from my machine to hostname of controller. It is successfully connecting.

Mario.Morelli
Architect

Hi there

Please remove the brackets around the (on) and try again

 

from

ssl = (on)

to

ssl = on

 

or use 

ssl = true

 



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Learn more about me in the Community Member Spotlight Q & A
Ask the Experts Session: Hybrid Application Monitoring Deployment

Join us on Feb 26 to explore Splunk AppDynamics deployment strategies, SaaS models, agent rollout plans, and expert best practices.


Register Now

Observe and Explore
Dive into our Community Blog for the Latest Insights and Updates!


Read the blog here
Top Kudoed Authors