Discussion Feed
11-20-2017
05:40 PM
Hello Piyush,
Yes, the require statement is at the beginning of the my application js file.
[mdgadmin@a0110teceapp01 OCSServer]$ ps -ef | grep -i proxy mdgadmin 2844 1776 0 09:39 pts/2 00:00:00 grep --color=auto -i proxy root 22513 1 0 Sep19 ? 00:34:16 /usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --authorization-plugin=rhel-push-plugin --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --selinux-enabled --log-driver=journald --signature-verification=false --add-registry registry.access.redhat.com
Thanks.
... View more
11-20-2017
12:41 AM
Hello Piyush,
After adding 'debug: true', I still don't see the 'appd' folder in /tmp.
It seems that my application is not starting the agent.
Is there anything else I can do?
require("appdynamics").profile({ controllerHostName: 'dangerous2017110516021721.saas.appdynamics.com', controllerPort: 443,
controllerSslEnabled: true, accountName: 'dangerous2017110516021721', accountAccessKey: 'ah02lso4vb6f', applicationName: 'MyDigi', tierName: 'MyDigi Tier', nodeName: 'processss', proxyHost: '172.16.32.151', proxyPort: '8001', debug: true });
Thanks.
... View more
11-05-2017
06:59 PM
Hello everyone,
I've been trying to set up the AppDynamics Node.js agent on my application but to no avail.
I added the following lines in my app.js file.
require("appdynamics").profile({ controllerHostName: 'dangerous2017110516021721.saas.appdynamics.com', controllerPort: 443,
// If SSL, be sure to enable the next line controllerSslEnabled: true, accountName: 'dangerous2017110516021721', accountAccessKey: 'ah02lso4vb6f', applicationName: 'MyDigi', tierName: 'MyDigi Tier', nodeName: 'process', // The controller will automatically append the node name with a unique number proxyHost: '172.16.32.151', proxyPort: '8001'
logging: { 'logfiles': [ { 'root_directory': '/tmp/appd', 'filename': 'echo_%N.log', 'level': 'TRACE', 'max_size': 5242880, 'max_files': 10, 'outputType': 'console' // Set this parameter if you want to log to STDOUT/STDERR. Omit this parameter if you want to log to a file. } ] } });
Could someone please help?
Thanks.
... View more
Latest Activity
- Posted Re: Node.js Agent Unable to Connect to AppDynamics Controller on Dynamic Languages (Node.JS, Python, PHP, C/C++, Webserver Agent). 11-20-2017 05:40 PM
- Posted Re: Node.js Agent Unable to Connect to AppDynamics Controller on Dynamic Languages (Node.JS, Python, PHP, C/C++, Webserver Agent). 11-20-2017 12:41 AM
- Posted Node.js Agent Unable to Connect to AppDynamics Controller on Dynamic Languages (Node.JS, Python, PHP, C/C++, Webserver Agent). 11-05-2017 06:59 PM
Community Stats
Date Registered | 11-05-2017 06:55 PM |
Date Last Visited | 11-21-2017 10:15 PM |
Total Messages Posted | 3 |