Re: 403 on npm install
Fixed the issue.Instead of yum install nodejs npm , we can use the following commands for installing nodejs.[root@rhel-agent node]# wget...
View ArticleRe: Basic process to setup machine agent on Amazon aws EC2 Linux micro
Try port 443 instead for SaaS https://docs.appdynamics.com/display/PRO14S/Use+a+SaaS+Controller This doc is a little old but has the right info.
View ArticleRe: 403 on npm install
Hi,appdynamics version 4.2.1 has the following limitation in its package.json:`engines: { node: '>=0.8.0 <=5.7.1' }`So anybody using the latest version of node can't use appdynamics.It would be...
View Articledata collectors
i am having trouble collecting data.not getting exactly what parameters should i write in case the method is overloaded.its in .net.any help is appreciated.working example would be great.
View ArticleException While drilling down the call
Hi Team, I am getting exception in AppD while trying to drill down a expensive call. The exception is occuring for only one application. Other application calls are drilling down successfully. PFA...
View ArticleSOLR 5.x monitoring using java agent
Hi,I'm trying to monitor a SOLR backend using Java Application server agent (it's a specific customer request).Following the documentation, I typed >cd $Solr_Installation_Directory>java...
View ArticleRe: Machine Agent Server Monitoring Error
Hi kevin, What are the versions of controller and agent that you are using? Also do you mind attaching the machine agent log and machine agent controller info xml? ThanksGurmit.
View ArticleRe: Exception While drilling down the call
Dears Please help us out as we are stuck on this. We are getting below exception while doing drill down. x Client.Packet.Encoding Error serialization exceeds the max object nest level of '512'. null...
View ArticleGetting per DB metrics for MS Sql
Is there a way to get per database statistics from the REST API. For e.g, the metric cache hit ratio can be obtained from the following url....
View ArticleRe: What is a good use case for Service Endpoints?
Hello, Well, service endpoints does not serve the same purpose as BTs.It is interesting to use service endpoint if you want to obtain visibility on a specific component which is called by multiples...
View ArticleRe: data collectors
Do you want to capture only parameters of a specific overloaded method or of all the methods of a class sharing the same name ?What's your current data collector definition ? Could you please join a...
View ArticleRe: Create Metric from result of JMX Operation
Hello, As far as I know it is not possible to define a jmx metric rule based on the result of an mbean invoke operation. I've already tried to setup such rule with the help of an expert from...
View ArticleRe: data collectors
i just want to capture the parameters of a specific overloaded method. i tried it for non-overloaded method too but failure again. i am attaching the screenshot of configuration that i have made.
View ArticleRe: data collectors
So you want to retrieve the result of the method toString() of the LogOnModel instance which is passed as first parameter right ?Did you get something as result (even unexpected value) when testing or...
View ArticleRe: Best practice to decide the Tier Name , Node name and Probe name
I understand that we can define the tier names, tier groups for Java application, but for .Net application i have seen it doing automatically and most of the times it sets the node name as the server...
View ArticleRe: Create Metric from result of JMX Operation
Hi Edouard, Thank you for replying! We are also using a 4.1 on-prem controller. I'll probably create a machine agent extension to execute the operation and inject the result into the controller as a...
View ArticleRe: Best practice to decide the Tier Name , Node name and Probe name
Hi Robin, You can configure Application Name, Tier name etc for .NET as well, please see below for a sample config file that I have using for .NET.<?xml version="1.0"...
View ArticleRe: 403 on npm install
$ npm view appdynamics dist-tags.latest4.1.8 $ npm install appdynamics@4.1.8npmERR!fetch failedhttp://packages.appdynamics.com/npm/4.1.8.0/appdynamics-native.tgznpmWARNretry will retry, error on last...
View ArticleRe: 403 on npm install
@jcollum: If you use appdynamics 4.1.8, the Node version you use has to be under 0.12.9Try to run `$ node --version` to see your current version. You can force downloading 4.2.1 if your app run with...
View Article