21 Nov 2018 06:29 AM - last edited on 10 Dec 2021 06:41 AM by MaciejNeumann
Hi Team, can we use one agent to remediate issues with the help of workflows?
Solved! Go to Solution.
21 Nov 2018 04:58 PM
Sangeetha, can you be more specific with your question.
In general Dynatrace (with the OneAgent technology) can be used to diagnose a myriad of issues by providing visibility into infrastructure and transactional parts of your system. There's a variety of use cases on the website which document this as well as on the blog. https://www.dynatrace.com/news/blog/
22 Nov 2018 11:58 AM
Thank you Joseph for the response.
Below is the scenario:
If oneagent identified one of the file systems is reached 90% during the time, is it possible to call the script(python/bash)? If yes, the script will be
performed according to the conditions
Thanks in advance
Thanks&Regards
Sangeetha
22 Nov 2018 12:50 PM
Yes, this would be possible. If you use Ansible for example, you could use the
Ansible Tower
Integration for Problem Notification.
Or you could write a small web serivce, which recives the problem notifications via a custom web hook. Then parse the problems and if it is a filesystem full problem, kick off a script from there.
22 Nov 2018 12:55 PM
Just a quick note - there is no option to execute anything on monitored systems via Oneagent. That in contrast with classical monitoring tools. You are just left with the options @Patrick H. mentions.