Re: Where to add custom mbean

2014-02-04 Thread Greg W
Support * http://sematext.com/ On Mon, Feb 3, 2014 at 3:19 PM, Greg W allrightn...@gmail.com wrote: I've written a custom mbean that aggregates data from all the RequestHandler mbeans in a jvm to provide aggregate statistics for easier monitoring and currently I'm ensuring it gets ran

Re: Where to add custom mbean

2014-02-04 Thread Greg W
Solr Elasticsearch Support * http://sematext.com/ On Tue, Feb 4, 2014 at 9:59 AM, Greg W allrightn...@gmail.com wrote: Otis, Unfortunately introducing a new third party app isn't an option for me though I can understand your bias toward SPM. I agree that extending a RHB for monitoring

Where to add custom mbean

2014-02-03 Thread Greg W
I've written a custom mbean that aggregates data from all the RequestHandler mbeans in a jvm to provide aggregate statistics for easier monitoring and currently I'm ensuring it gets ran by actually extending RequestHandlerBase and including the class as a request handler in solrconfig.xml. I don't