Closed metmajer closed 8 years ago
Fixed by allowing to install different Dynatrace packages in the same directory (e.g. /opt/dynatrace) - did that by replacing mv command by rsync in the providers/run_tar_installer.rb and providers/run_jar_installer.
agents_package
andwsagent_package
both share theagent
directory when installed to the same directory. Whoever is installed last will effectively overwrite the installation of the former.Proposed solution as of now: when both agents are required on the same host, install them into different directories, using the respective
...['installer']['prefix_dir']
attributes.