Method: ZK::Server::Config#enable_jmx
- Defined in:
- lib/zk-server/config.rb
#enable_jmx ⇒ Object
if truthy, will enable jmx (defaults to false) note that our defualt jmx config has all security and auth turned off if you want to customize this, then use jvm_flags and set this to false
188 189 190 |
# File 'lib/zk-server/config.rb', line 188 def enable_jmx @enable_jmx end |