Hey, probably something you already know but version 2.0 of this cookbook is pretty broken.
I managed to get the ubuntu package install working but that was after a significant amount of massaging. I am open to cleaning some of that stuff up and getting a PR in but I don't want to step on your toes if you are working on the same branch as well.
In addition I would also like to make sure there will be a decent level of activity should I start submitting PR so they don't sit waiting for awhile. I would love to get a stable version 2 of this cookbook out there.
Some issues I ran into...
- jmxtrans now uses JAVA to determine where to access java which the default is JAVA_HOME/bin/java which creates issues as we export JAVA_HOME by default to /usr/bin/java. The java path jmxtrans attempts to use is /usr/bin/java/bin/java
- JAR_FILE was exported to the wrong location for package installs. Looks like it was still the default for non package installs. This should update dynamically based on recipe used.
- Package Install should set install prefix to /usr/share
- Can't seem to get any log information generated. It creates the log file but no log messages(NOT RESOLVED)
Hey, probably something you already know but version 2.0 of this cookbook is pretty broken.
I managed to get the ubuntu package install working but that was after a significant amount of massaging. I am open to cleaning some of that stuff up and getting a PR in but I don't want to step on your toes if you are working on the same branch as well.
In addition I would also like to make sure there will be a decent level of activity should I start submitting PR so they don't sit waiting for awhile. I would love to get a stable version 2 of this cookbook out there.
Some issues I ran into...