Jolokia

Jolokia is JMX on Capsaicin
Managers
I would like to...
by comments
by date
by popularity
Sort
Display all
or
Enable filter

16 votes Vote

Support for JMX notifications

Jolokia should support JMX notifications, too. Two modes are possible: * Pull: A client periodically polls the agents for new notifications. The agent will queue notifications, which has been registered before. * Push: Either a cometd...
jolokia, 18.10.2010, 20:11
0 comments
9 votes Vote

Python client bindings

Add a python library, similar in spirit as the jmx4perl Perl binding.
jolokia, 18.10.2010, 19:58
1 comment
8 votes Vote

Groovy client bindings

Add a Groovy client library.
jolokia, 18.10.2010, 19:59
0 comments
7 votes Vote

JavaScript widgets

Assuming, that a Jolokia Javascript client binding is already there, it would be nice to have some Javascript widget (YUI or jQuery UI or whatever) for graphing or showing JMX values. These widgets should use the JolokiaJS library.
jolokia, 18.10.2010, 20:07
0 comments
5 votes Vote

Better handling of security policy file

In addition to package the policy file within a the war-agent, it should be possible to proided the policy by more dynamic means. E.g. lookup in LDAP or via an upload over an MBean (with local storage on the agent side and passwort protected after...
jolokia, 15.10.2010, 23:01
0 comments
5 votes Vote

Scala client bindings

Add scala as a client library
jolokia, 18.10.2010, 19:57
0 comments
4 votes Vote

Citrus Integration

Please add integrations tests based on Citrus.
jolokia, 27.10.2010, 12:28
0 comments
4 votes Vote

Securing JSR-160 proxy communication

I'd like to secure (via https) the JSR-160 communication which is used for going from the JMX proxy to the target server. Proxy code should handle client certificates. Requests forwarded with username/password in clear-text to the target server is...
giuseppe, 29.03.2011, 10:01
1 comment
3 votes Vote

Agent autodetection

It would be nice, if there is an (optional) way for autodetecting the Agent. The idea is to allow the agent for listening on a UDP broadcast port and answering with iths agent URL. The broadcast mechanism should be configurable. Still open: Can...
jolokia, 18.10.2010, 20:05
0 comments
3 votes Vote

better Security for MBean Policy

It would be great to extend the allow deny policy for MBeans Currently it seems that access to all MBeans is allowed if you have read access and don't specify the others explicitly. Therefore a more strict Approach would be good without having...
Markus, 08.08.2012, 16:36
7 comments
2 votes Vote

Ruby client bindings

Add a Ruby client library (or JRuby)
jolokia, 18.10.2010, 20:00
0 comments
2 votes Vote

Improved JSR-160 proxy

The current proxy mode can be enhanced in various ways. * JSR-160 connection pooling. * Policy where the proxy is allowed to connect to.
jolokia, 18.10.2010, 20:01
1 comment
2 votes Vote

Agent store for history values

An specialized agent could store historically values in a persistence instead of keeping them in Memory only. Also, it would be cool, if the agent itself could periodically query attributes/operations and stores them in the backend (timer based).
jolokia, 18.10.2010, 20:09
1 comment
2 votes Vote

Extend proxy mode for proxying Jolokia requests

In addition to the JSR-160 proxy it would be nice to have a dispatcher for Jolokia requests. This is useful for a forthcoming JavaScript binding to overcome the 'same location' JS policy. Technically it should work the same as the JSR-160 proxy...
jolokia, 19.10.2010, 17:39
0 comments
4 votes Vote

Test OSGi Agent on Eclipse Virgo

Eclipse Virgo (http://www.eclipse.org/virgo) is the continuation of the dm Server project and provides an OSGi container as part of the Virgo Web Server or, possibly more relevantly, as part of the Virgo Kernel. Please consider testing the OSGi...
Response from the site administrator
jolokia, 31.01.2011
Put on the roadmap for 0.83
Glyn Normington, 31.01.2011, 14:07
1 comment
4 votes Vote

Test Jolokia WAR Agent on Eclipse Virgo

The WAR Agent was tested on dm Server 2.0. Eclipse Virgo (http://www.eclipse.org/virgo) is the continuation of the dm Server project. Please consider testing the WAR Agent against Virgo Web Server 2.1.0.
Response from the site administrator
jolokia, 31.01.2011
I will include it for the integration test run for version 0.83
Glyn Normington, 31.01.2011, 14:04
1 comment
2 votes Vote

configure the war agent without repackaging

Configuration is currently done via servlet init parameters, which need to be set in the war agent application's web.xml Configuration could be externalized if other Servlet specification compatible means could be used. Using ServletContext...
Rainer Frey, 24.05.2012, 11:18
2 comments