cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Automate(SaltState) Installation of Managed and OneAgent and Automate uninstallation of Appmon

sureshKumarK
Helper

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:

  1. Uninstall Appmon
  2. Install Managed Software/ActiveGate
  3. Install OneAgent on Hosts that we are planning to monitor

Thanks, Suresh.

2 REPLIES 2

Joe_Hoffman
Dynatrace Leader
Dynatrace Leader

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.