radoondas / jmxproxybeat

JmxProxyBeat - Simple beat for Tomcat JMX exposed over JmxProxyServlet to HTTP
Apache License 2.0
22 stars 9 forks source link

Added Support for user specificed CA file and url encoding of JMX pat… #3

Closed ninjasftw closed 8 years ago

ninjasftw commented 8 years ago

I'm using this plugin to monitor a number of tomcat instances.
There were a couple of issues for my use case that I've fixes and would like to push back into your project.

radoondas commented 8 years ago

Hi @ninjasftw ! Thanks a lot for your PR. I appreciate it much and I'm glad you found use for it. :) I'll review it soon.

radoondas commented 8 years ago

Thanks for URL encoding update! It was already on my list.

ninjasftw commented 8 years ago

Hi @radoondas I've changed the package imports back to your tree. Need to remember to change that as I can't build it when linking to yours.

radoondas commented 8 years ago

Hi @ninjasftw Thanks! Will merge it now as is. Looks very good. Just for my curiosity, what is number of Tomcats you are querying?

ninjasftw commented 8 years ago

Hi @radoondas Tomcat only makes up a fairly small portion of my estate, ~30 or so. I do however have lots of other middleware products that i'm looking to move over to Elastic monitoring/reporting soon.

radoondas commented 8 years ago

@ninjasftw Thanks. It makes me proud that the tool is used. I am working on another similar beat for JBoss/Wildfly. Stay tuned. :)

ninjasftw commented 8 years ago

Jboss one could be handy for me. I'm currently using a fork of this to create one for Websphere Liberty Profile. Good luck :)

radoondas commented 8 years ago

@ninjasftw Good luck with your beat :)

radoondas commented 8 years ago

@ninjasftw Since you are working on your beat based on this one you should know that I have pushed new branch which will be compatible with libbeat version 5 (Beats 5). Please have a look and I hope it will help you as well.
Branch: beats_v5 Once I'm sure all is fine, I'll merge it with master. Most probably around the time of Beats5_beta Have fun.