You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
@zarry . Thanks for the feedback on ver 2.0. There was still working going on the packaging front of JMXTrans when v2.0 was in progress. The installation using the cookbook was fine at the point in time. Will revisit again to see what is broken.
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...
The text was updated successfully, but these errors were encountered: