This cookbook install jolokia-jvm-agent
Install to /opt/jolokia/jolokia-jvm-agent.jar
Key | Type | Description | Default |
---|---|---|---|
['jolokia-jvm-agent']['version'] | String | version number | 1.3.2 |
['jolokia-jvm-agent']['dir'] | String | Install directory | /opt/jolokia |
Just include jolokia-jvm-agent
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[jolokia-jvm-agent]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License: MIT
Authors: hirocaster