Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
03-16-2022 12:01 PM
I am trying to configure controller settings in a C++ application in unix environment. I see these configuration settings in the example -
const char APP_NAME[] = "SampleC"; const char TIER_NAME[] = "SampleCTier1"; const char NODE_NAME[] = "SampleCNode1"; const char CONTROLLER_HOST[] = "controller.somehost.com"; const int CONTROLLER_PORT = 8080; const char CONTROLLER_ACCOUNT[] = "customer1"; const char CONTROLLER_ACCESS_KEY[] = "MyAccessKey"; const int CONTROLLER_USE_SSL = 0;
Is a node name necessary to have in configuration. And where can i find the controller account and controller access key?
03-17-2022 08:54 AM
Hi, @Raymond.Indwar
I found this page within our AppD Docs area: https://docs.appdynamics.com/22.3/en/application-monitoring/install-app-server-agents/c-c++-sdk
There is a link on that page that takes you to some additional resources where I was able to find info about Controller Account and Access Key. Let me know if this helps out.
Thanks,
Ryan, Cisco AppDynamics Community Manager
Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.
Check out Observabiity in Action
new deep dive videos weekly in the Knowledge Base.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form