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

C++ application controller settings

Raymond.Indwar
Creator

I am a bit confused here which the controller data.
In this configuration data, if i put the Tier and Nodes as such in my C++ application main function, which tier will relate to which node?

const char APP_NAME[] = "SampleC";
const char TIER_NAME[] = {"SampleCTier1", "SampleTier2"};
const char NODE_NAME[] = {"SampleCNode1", "SampleNode2", "SampleNode3"};
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;

1 REPLY 1

Ryan.Paredez
Community Manager

Hi @Raymond.Indwar,

 

It looks like you asked this same question last week and I linked to you some Documentation. We're you able to have a look at it?

 

https://community.appdynamics.com/t5/Dynamic-Languages-Node-JS-Python/C-Application-controller-setti...

 

 


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.

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