Append event configuration into JMX connector configuration description

Issue #14 resolved
Evgeniy Kirichenko created an issue

Subj. I need event configuration scheme for jmx connector. Also JMX connector contains some specific params like static final String JMX_LOGIN = "login"; static final String JMX_PASSWORD = "password"; that are not return from http://127.0.0.1:3344/snamp/management/api/connectors/jmx/configurationSchema request (and obviosly are not described in java sources of JMX connector). As i got it these specific params (login and password) should be return in managedResourceParameters: {} json section of response. But it does not work currently.

Comments (7)

  1. Evgeniy Kirichenko reporter

    Server side implementation now returns valid configuration JSON scheme. Client side has been moved to hawtio

  2. Log in to comment