Discussion Feed
02-06-2020
01:23 PM
1 Kudo
If you have available Server Visibility licenses (separate from machine agent licenses) then to enable server vis on those machine agents you'll need to go into the controller-info.xml file and flip the following attribute to "true" to enable that machine agent o report itself in correctly:
<sim-enabled>true</sim-enabled>
To verify you have the right licenses, go into your Controller GUI, click on the cog wheel in the top right, and then go to "License" and check under "Infrastructure Visibility"
... View more
02-06-2020
01:16 PM
1 Kudo
Looks like it's working correctly, what you're seeing are the calls it is making. What exactly are you wanting? Are you wanting to configure the identification rules? Those can be found on he left-hand side of your application under Configuration > Instrumentation.
... View more
02-06-2020
12:42 PM
1 Kudo
That's a good question. As long as you're looking at the same metric, it should work in both places.
... View more
02-06-2020
12:41 PM
1 Kudo
Are you sure you're starting the correct javaagent.jar? No logs generally means the agent didn't start. Did you follow all the steps in this document? https://docs.appdynamics.com/display/PRO45/Install+the+Standalone+Machine+Agent
... View more
02-06-2020
12:32 PM
1 Kudo
You should be able to compare your scripts. In your Controller, when you go to User Experience > APPLICATIONNAME > Configuration > Configure JavaScript Agent, under 3. Save Config and Generate HTML Snippet, you should see a line similar to this:
<script src='//cdn.appdynamics.com/adrum/adrum-4.5.13.2640.js'></script>
(or whevever you're hosting your adrum)
If you look at the code you're serving up in your application header you should be able to compare the adrum-4.5.13.2640.js to yours.
... View more
02-06-2020
12:23 PM
1 Kudo
Essentially it's just a javascript injected in the header of your application, so the delay in IE might be in the way or order that it tried to run through the header. It'll be an interesting experiment to try and run F12/inspect element on an IE and a couple other browsers when running your application site to see if there is a difference.
As for the adrum, are you locally hosting your own or using the AppDynamics cdn? If it's local (or an old one) that may account for the delay?
... View more
02-06-2020
12:04 PM
1 Kudo
Since you're using a config file (.yml) and not the env, make sure you're using the correct syntax, I don't think you use " in .yml. Also, I'm assuming in your code, you're actually passing a correct port, account and access key, and not just "test?"
Here's the documentation which may help: https://docs.appdynamics.com/display/RUBY/Install+the+Ruby+Agent
... View more
02-06-2020
11:55 AM
1 Kudo
I don't think you can do it all in one, you can try to do a Health policy off of "Custom (Use any Metrics)" under either Applications or Server, but generally you have to build your individual health rules, one for server, one for applications. Then build 2 separate Policies, one for servers and one for applications. After that you can set your Policy trigger's and action to email you. The problem is that your policies are tied to the menu items i.e. "Applications, Servers, Databases, etc.). You might be able to get creative with custom templates and calling custom variables, but you'll still need to associate it with a specific health rule.
... View more
02-06-2020
11:45 AM
2 Kudos
I'd really have to sit down and think about it, but I think it'll be difficult. Your agents are hard-coded to authenticate themselves to a specific Access Key and Controller Name. Dynamically creating new Controllers would require you to also dynamically create new controller-info.xml files. Also, license key management might be an issue because the license rules are hard-coded into the key. That's not to say it's impossible, but you'd have to overcome those, perhaps a shared .yml like they do with the cluster agents? Not sure.
You can probably definitely do it for the Events Services and maybe even the EUM server since those can scale pretty easily. But you'd have to take in some extra considerations on the Console for the Events Server and maybe a reverse proxy to handle a dynamics EUM servername.
... View more
02-06-2020
10:55 AM
1 Kudo
If I understand your question correctly then what you'll want to do is install a Database Agent on your Controller (or some other place where your DB server can reach). You can find a diagram of how it works here: https://docs.appdynamics.com/display/PRO45/Overview+of+Database+Visibility
From there you can setup individual "collectors" inside the Controller GUI which essentially makes monitoring individual DBs agentless from a db server perspective. The notes on how to install the agent are here: https://docs.appdynamics.com/display/PRO45/Install+the+Database+Agent
and once you have it up and correct sa permissions you setup the collectors for each individual db here: https://docs.appdynamics.com/display/PRO45/Add+Database+Collectors
... View more
Latest Activity
- Got a Kudo for Re: Why IP address is showing null in sessions.. 01-20-2021 07:29 PM
- Got a Kudo for Re: what is the compatible dbagent and mongo java driver version for Mongo 3.4.22?. 05-18-2020 03:21 PM
- Got a Kudo for Re: Email Templates - using API as variables. 05-18-2020 02:36 PM
- Got a Kudo for Re: Database agent VS Machine agent. 05-18-2020 01:59 PM
- Got a Kudo for Re: Database agent VS Machine agent. 05-12-2020 02:23 AM
- Got a Kudo for Re: Controller on Kubernetes or Docker based platforms. 05-05-2020 11:32 PM
- Got a Kudo for Re: Business Transactions on AppDynamics using Pega. 04-02-2020 01:58 PM
- Got a Kudo for Re: Controller keeps waiting for data after showing 'Agent Connected' message despite applying some load on application. 03-30-2020 09:11 AM
- Got a Kudo for Re: Difference between cluster agent and machine agent with docker visibility. 02-26-2020 12:54 PM
- Got a Kudo for Re: Server and port not provided in email. 02-20-2020 02:54 PM
- Got a Kudo for Re: How do I create an email alert for multiple health rules?. 02-19-2020 03:31 PM
- Got a Kudo for Re: Machine Agent Grayed. 02-10-2020 02:07 PM
- Got a Kudo for Re: configuration error: app name required. 02-10-2020 01:33 PM
- Got a Kudo for Re: when I start AppDynamics machine agent (machineagent-bundle-64bit-linux-4.4.3.1214) it is not writing any logs into log folder. 02-10-2020 01:25 PM
- Posted Re: Machine Agent Grayed on NET (Agent, Installation). 02-06-2020 01:23 PM
- Kudoed Process CPU % is incorrect? for John.Gregg. 02-06-2020 01:18 PM
- Got a Kudo for Re: Export and Import Business Journey. 02-06-2020 01:17 PM
- Posted Re: Business Transactions on AppDynamics using Pega on Java (Java Agent, Installation, JVM, and Controller Installation). 02-06-2020 01:16 PM
- Got a Kudo for Re: How to set up a health rule with custom metrics for all servers?. 02-06-2020 01:08 PM
- Got a Kudo for Re: SQL Server Instance Configuration. 02-06-2020 12:48 PM
Community Stats
Date Registered | 11-14-2017 07:56 AM |
Date Last Visited | 03-02-2021 02:11 PM |
Total Messages Posted | 123 |
Total Kudos Received | 115 |