Dynatrace / Dynatrace-AppMon-Chef

Installs the Dynatrace Application Monitoring solution using Chef.
MIT License
12 stars 15 forks source link

Agent can only be injected once per host #18

Closed metmajer closed 8 years ago

metmajer commented 8 years ago

The current implementation uses a Chef recipe to install, e.g., a Java agent. The recipe has to be turned into an LWRP, as a recipe can only be applied once (whereas LWRPs can be applied multiple times).

Examples or LWRPs in this project can be found here:

pozieblo commented 8 years ago

Fixed by creating a dynatrace_java_agent LWRP resource (see resources/java_agent.rb).