-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated attribute assignment to be chef 11 compatible #13
base: master
Are you sure you want to change the base?
Conversation
Sorry - I didn't mention the 2nd change I made which is to merge the server['queries'] value instead of just overwriting it on line 23. This allows you to specify a custom query in attributes which didn't appear to be incorporated before. |
i really, really don't recommend using jmxtrans i suggest checking out my collectd::generic_jmx recipe instead, On Mon, Mar 18, 2013 at 9:02 PM, Aaron Nichols [email protected]:
|
Good to know. For folks who try this with chef11 though this change will make it functional. If the point is to leave it non-functional then a very obvious note in the readme would save folks time trying this out. |
sorry, i should definitely put a loud warning in On Wed, Mar 20, 2013 at 4:21 PM, Aaron Nichols [email protected]:
|
It would be helpful to me and probably others to understand the issues with jmxtrans. I personally have had problems in the past but it seemed functional when I recently tried it. I didn't use it long enough to establish any sense for stability over time. |
+1, I'd like to know this as well. |
Is this cookbook still considered deprecated? I don't see any warning in the README about its EOL, and its been a year since the last comment. |
definitely deprecated as jmxtrans is pretty much unmaintained, will updated use the JMX extension in collectd + graphite instead On Mon, Jul 21, 2014 at 11:26 AM, Jason Martin [email protected]
|
The old attribute assignment behavior in this recipe isn't compatible w/ chef 11 - this PR changes that behavior to be compatible. It appears to work in my basic tests.