Dynatrace / Dynatrace-AppMon-Puppet-DEPRECATED

Installs the Dynatrace Application Monitoring solution using Puppet.
MIT License
20 stars 12 forks source link

init.d scripts and Dynatrace 7 #41

Open jensdt opened 6 years ago

jensdt commented 6 years ago

It seems the init.d scripts provided are for Dynatrace 6.3 (e.g. https://github.com/Dynatrace/Dynatrace-AppMon-Puppet/blob/master/templates/init.d/dynaTraceServer.erb#L45). Is there something Dynatrace 7 compatible?

MarcinZejer commented 6 years ago

Hi @jensdt, startup templates are outdated but they should be compatible with 7.0. We plan to update templates to latest version in the future. If you would like to help in templates update please create pull request. Templates are created based on startup scripts located in DT_HOME/init.d

Regards, Marcin

slantedvision commented 6 years ago

When you say outdated, are the new templates supposed to be leveraging the systemd init system?

MarcinZejer commented 6 years ago

Hi @slantedvision, Our startups scripts works with systemd but don't leverage any specific features of that framework

Regards, Marcin