Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 647 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 647 Bytes

jmxterm cookbook

Build Status

Installs jmxterm and executes jmx command.

Requirements

Java

Usage

jmxterm_jmx_exec "<mbean>" do
	operation "<string>"
    arguments ["arg1", "arg2"] # single non-array argument also allowed
end 

Attributes

  • node['jmxterm']['url'] - URL to download jmxterm from
  • node['jmxterm']['checksum'] - checksum of jmxterm jar to avoid re-downloading
  • node['jmxterm']['dest'] - Target location for the jmxterm jar

Recipes

Author

Author:: Alex SHD (alex@fewbytes.com)