Hi Experts,
We are using SaltStack for the automation of installing and configuration. This is the first time I am using SaltStack/Salt State. Please let me know if there is documentation available and/or if you have implemented, suggest how to implement Automation with Salt State for following:
Thanks, Suresh.
Solved! Go to Solution.
24 May 2020
09:02 AM
- last edited on
23 Mar 2023
04:09 AM
by
MaciejNeumann
I'm not aware of any examples provided by Dynatrace of using SaltStack. But the automation is pretty simple and I'm sure the SaltStack documentation can provide generic examples.
Installation of Dynatrace can all be done from the commandline, so therefore any automation tool can initiate the installation. Here's a link to the managed install command: https://www.dynatrace.com/support/help/setup-and-configuration/dynatrace-managed/installation/custom...
Once you have Dynatrace up and running, drill into "Deploy Dynatrace" and it will provide you the commandline syntax for installing the other components.
AppMon uninstallation is different depending on whether you have Windows or Linux. There is an uninstall script in the respective directories.
In regards to this: AppMon uninstallation is different depending on whether you have Windows or Linux. There is an uninstall script in the respective directories.
Which directory would it be in for Linux? Also is there is the command syntax that would be helpful as it's very hard to find on the net since appmon has been gone awhile.