Dynatrace-AppMon-Puppet icon indicating copy to clipboard operation
Dynatrace-AppMon-Puppet copied to clipboard

Installs the Dynatrace Application Monitoring solution using Puppet.

Results 10 Dynatrace-AppMon-Puppet issues
Sort by recently updated
recently updated
newest added

We noticed that your Puppet module includes Puppet 3.x function and created this pull request to help you get started porting them to the new API. The Puppet function API...

Hi, For installing the WebServerAgents in AppMon 7.0, we use Dynatrace-AppMon-Puppet v1.0.9. Unfortunately, the installation script "dynatrace-wsagent-7.0.0.2469-linux-x64.sh" coming from the "dynatrace-wsagent.tar" package of 7.0 is different from the template defined...

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?

hello It seems every puppet agent run looks for a file called $wsagent_package_installer_prefix_dir/dynatrace/agent/conf/agentversion.dtwsagent - it doesn't find it so it puts the init script in place and does a few...

Fixes #37. Users of this module now have the option to set a different directory for the PID file of the various Dynatrace services. The default is still '/tmp' but...

In the init.d service script, there is a hard coded value for DT_PIDFILE_DIR whichis /tmp. Writing the pid file to a temporary folder is a dangerous thing, there is no...

It would be useful to have a fallback when we only have a jre install the jre has no more the jar binary would it be possible to have something...

enhancement

A simple approach could look as follows: 1) After downloading ${component_installer_file_url}, try to download ${component_installer_file_url}.md5 to the cache directory. Example: `http://downloads.dynatracesaas.com/6.2/dynatrace-collector-linux-x86.jar.md5` after `http://downloads.dynatracesaas.com/6.2/dynatrace-collector-linux-x86.jar`. 2) In the component's install script, check...

enhancement
help wanted

The goal of that concept is to avoid using providers and ensure the 'absent' property.