Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 1.16 KB

README.md

File metadata and controls

62 lines (51 loc) · 1.16 KB

jolokia-jvm-agent Cookbook

This cookbook install jolokia-jvm-agent

Install to /opt/jolokia/jolokia-jvm-agent.jar

Attributes

jolokia-jvm-agent::default

Key Type Description Default
['jolokia-jvm-agent']['version'] String version number 1.3.2
['jolokia-jvm-agent']['dir'] String Install directory /opt/jolokia

Usage

jolokia-jvm-agent::default

Just include jolokia-jvm-agent in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[jolokia-jvm-agent]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

License: MIT

Authors: hirocaster