Discussion Feed
01-28-2020
02:14 AM
Here is another topic for the same problem. It did not help solve my problem.
bye
^ Post edited by @Ryan.Paredez. to remove link to post. The post was very old and not helpful so it was archived.
... View more
01-28-2020
01:26 AM
Hi i have watched that for resolve my issue: https://docs.appdynamics.com/display/PRO45/Configure+the+.NET+Agent Can i have more information ? i need to know where is the registry key.. thx
... View more
01-23-2020
11:00 PM
1 Kudo
Hi, thx for the help.
I don't see on the doc the instruction for what I want to do.
Let me explain in more detail.
I have my health rules:
Servers:
Apps:
And policies:
I can't use Server and Applications at the same time for a mail alert, the rules on the server don't show the rules for smarteam.
Do you understand what I am saying? (i can explain with others examples if it's needed)
Thx for help.
... View more
01-23-2020
01:01 AM
Hi,
How do I create an email alert for multiple health rules ( Servers / Apps / Database)? I can create an email for server rules or other things.
How do I create it for multiple health rules
the rules need to has content:
- 2 policy App
- 2 policy Server
thx for help.
bye
... View more
01-22-2020
12:22 AM
Hello,
I have a problem (again :)), I have a server where I installed IIS with multiple applications. I have registered all IIS / apps in config file, it works fine at 80% but I have some websites that don't register on the controller. The applications on appdynamics are empty I can see the machine agent from the app but it doesn't work. I call the web site to implement the application page of appdynamics but the agent stays to 0%.
Example:
Any ideas? thx for help 🙂
bye
... View more
01-22-2020
12:11 AM
Hello!
I have some problems with the .net agent and windows server 2008r2. After every reboot, the .net agent stopped working. I need to launch the installer of the .net agent to reload the configuration of regedit to iisadmin and was to restart the supervision of my iis.
The warning at startup install configurator .net agent:
Is it caused by a bad install? Any idea?
thx for help.
bye
... View more
01-17-2020
01:17 AM
2 Kudos
Hi, I found a solution, i use /mir for copying file from remote and it's work, no more problem on log file. By
... View more
01-16-2020
06:51 AM
Hi,
I'm trying to update the machine Agent (Windows) with a PowerShell script, I need help!
When I copy the content of the folder, I have a problem with the startup of the machine agent.
for example the step of my script:
- uninstall machine Agent,
- verify uninstalling,
- Copy folder,
- launch cscript installer,
- Verify service.
I try to copy with robocopy xcopy and cp every time I can see the error on logfile:
[Log file redacted]
When I copy the content of the folder manually by mstsc or other and I launch the install script on remote it works but if I copy the content of a folder with the script it does not work, have you any idea?
Thx
^ post edited by @Ryan.Paredez to remove the log file. Please do not share or attach log files to community posts.
🙂
... View more
01-13-2020
04:56 AM
1 Kudo
Hi, We found a solution here, maybe it's can help you: https://community.appdynamics.com/t5/Infrastructure-Server-Network/How-to-purge-Cloud-metrics-in-metric-browser/m-p/37977#M882 You need to go to your serveur AppDynamics Platform, connect to DB: /opt/appdynamics/platform/product/controller/bin/controller.sh login-db Found the metric to delete: example for me: select id,name from metric where name like '%Active Direc%'; +--------+--------------------------------------------------------------------+ | id | name | +--------+--------------------------------------------------------------------+ | 643176 | Custom Metrics|Services| |Active Directory Domain Services | | 643177 | Custom Metrics|Services| |Active Directory Web Services | | 643179 | Custom Metrics|Services| |Active Directory Domain Services | | 643180 | Custom Metrics|Services| |Active Directory Web Services | | 643182 | Custom Metrics|Services| |Active Directory Domain Services | | 643183 | Custom Metrics|Services| |Active Directory Web Services | +--------+--------------------------------------------------------------------+ With the ID you can delete all custom metric: First: delete from metric_config_map where metric_id = '643176'; Second: delete from metric where id = '643176'; Wait 30 mins / 1 hours and refresh, the metric gone. bye
... View more
01-13-2020
02:45 AM
2 Kudos
Hi, as far as I know, you can modify use and restart MA from any server the metrics works (if you use service check or powershell you can restart agent without restart server or service it's work) , if you use .net agent, you need to start the .net agent before. for an example in IIS you need to start the .net agent and second step start the iis. Sorry for my bad english Bye
... View more
Latest Activity
- Got a Kudo for Re: Machine vs App agent install/start order. 06-22-2020 12:22 PM
- Got a Kudo for Re: how to remove old metrics from metric browser of appdynamics?. 04-02-2020 10:38 AM
- Got a Kudo for Re: IIS - Multi App - .net agent some sites aren't registering to the controller. 02-25-2020 09:25 AM
- Got a Kudo for Re: IIS - Multi App - .net agent some sites aren't registering to the controller. 02-19-2020 12:49 PM
- Posted Re: IIS - Multi App - .net agent some sites aren't registering to the controller on NET (Agent, Installation). 02-19-2020 01:14 AM
- Posted Re: IIS - Multi App - .net agent some sites aren't registering to the controller on NET (Agent, Installation). 02-18-2020 02:40 AM
- Got a Kudo for Re: VMWare module metrics limit reached. 02-12-2020 09:53 AM
- Posted Re: VMWare module metrics limit reached on Infrastructure (Server, Network, Database). 02-12-2020 05:02 AM
- Got a Kudo for Re: How do I create an email alert for multiple health rules?. 02-07-2020 09:46 AM
- Posted Re: How to set up a health rule with custom metrics for all servers? on Infrastructure (Server, Network, Database). 02-07-2020 02:33 AM
- Posted Re: How do I create an email alert for multiple health rules? on Controller (SaaS, On Premise). 02-07-2020 01:03 AM
- Posted VMWare module metrics limit reached on Infrastructure (Server, Network, Database). 02-07-2020 12:56 AM
- Posted Re: How to set up a health rule with custom metrics for all servers? on Infrastructure (Server, Network, Database). 02-07-2020 12:31 AM
- Posted Re: How to set up a health rule with custom metrics for all servers? on Infrastructure (Server, Network, Database). 02-05-2020 11:59 PM
- Posted Re: How to set up a health rule with custom metrics for all servers? on Infrastructure (Server, Network, Database). 02-05-2020 05:18 AM
- Posted How to set up a health rule with custom metrics for all servers? on Infrastructure (Server, Network, Database). 02-05-2020 05:04 AM
- Got a Kudo for Re: How do I create an email alert for multiple health rules?. 02-03-2020 01:32 PM
- Got a Kudo for Re: Update Machine Agent on remote. 01-28-2020 05:24 PM
- Posted Re: .Net Agent stops working after reboot using W2008R2 on NET (Agent, Installation). 01-28-2020 02:14 AM
- Posted Re: .Net Agent stops working after reboot using W2008R2 on NET (Agent, Installation). 01-28-2020 01:26 AM
Community Stats
Date Registered | 11-18-2019 05:41 AM |
Date Last Visited | 04-02-2020 02:10 PM |
Total Messages Posted | 33 |
Total Kudos Received | 12 |