Splunk AppDynamics

Controller not responsing - Pyagent

Hari_Yerramsett
New Member

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?image.png

Labels (1)
0 Karma

Morelz
Motivator

Hi there

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

from

ssl = (on)

to

ssl = on

or use 

ssl = true

Kyle_Furlong
Contributor

Hi Hari,

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

0 Karma

Hari_Yerramsett
New Member

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.

0 Karma
Get Updates on the Splunk Community!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...