Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
07-20-2017 02:55 AM
Hi All,
We have 5 AppD Controllers for our various Applications and Offerings, all are OnPremise.
We are looking to monitor the Controller Hosts and the AppD service uptime.
Can anyone share how you are handling this scenario?
Any suggestions are welcome too.
07-20-2017 08:04 PM
Have you tried logging in with the admin account?
login to admin.jsp by following the instructions on this page https://docs.appdynamics.com/display/PRO42/Access+the+Administration+Console
Once logged in, change the URL in your browser to the regular controller UI, you will see your own controller as the app being monitored and you can setup alerts, health rules etc for your own controller app.
Cheers,
Gurmit.
07-21-2017 12:52 AM
Hi Gurmit,
If the Controller itself is non-responsive, the rules and alerts wont work right?
How to monitor those scenarios?
Vishnu
07-21-2017 07:33 AM
Hi Vishnu, yes, you are correct.
In that case you will have to use some third party tools or write a custom script.
Quick and easy solution is to write a shell script that runs every minute and looks for the controller process (may be ps -ef command) and as soon as there is not output, it will send email to the intersted parties.
Above is assuming that the controllers are on Linux.
Do you have any other monitoring tools that are being used with in your environment?
If you are using SPlunk for log monitoring, may be you can set monitors on the controller server.log and trigger an event if there are not entries in the log for a set duration.
08-10-2017 03:54 PM
I'm following this as well. 2 on-premise controllers. I want to set up 3rd party monitoring in Splunk for when controllers, db-agents, or events-service goes down. Have you built anyting out on this?
Please let me know. I was thinking of splunking server.log, events-service logs, and db-agent logs and creating dashboards and alerts based off of this. Might be a good add-on. Let me know what you're thinking and we can maybe collaborate.
Thanks,
anzianojackson
08-10-2017 05:27 PM
08-11-2017 09:04 AM
Correct. I was thinking something built as a Splunk app, similar to the Nagios monitoring app: https://splunkbase.splunk.com/app/2703/
What I'm thinking is using the URL monitor AppD Extension to hit the different URL endpoints. I'm trying to think about how to see if the database agent is up other than a simple ps - ef |grep db-agent script, but that might be all I can get.
Events Service, I'll probably pull from the server.log.
on-premise eum collector:
<hostname of eum>:7001/eumaggregator/ping
I'm still mostly in the brainstorming phase at this point, but I'll see what I can build out.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form