RHQ Project Blog

  2010/08/20
New articles about CLI usage (for provisioning)
Last Changed by Heiko W. Rupp, Aug 20, 2010 03:28

John Sanda has written two articles about the RHQ cli:

Jay Shaughnessy explains in his article how to use the CLI to create and distribute bundles:

Posted at 20 Aug @ 3:24 AM by Heiko W. Rupp | 0 Comments
  2010/08/04
RHQ's Powerful New Search Facility
Last Changed by Joseph Marques, Aug 04, 2010 03:05

Search was developed to enable users to gain deeper insight, more quickly, into their enterprise by supporting a sophisticated method of querying system state.

read more...

Posted at 04 Aug @ 3:04 AM by Joseph Marques | 0 Comments
  2010/08/02
GWT Compilation Performance
Last Changed by Joseph Marques, Aug 02, 2010 01:59

A few weeks ago I noticed that the coregui module of RHQ, which is the next generation web interface written in GWT (SmartGWT to be precise), started to have its compilation slow down…noticeably. Not only did the overall time to compile the module increase, but during the build my box seemed to more or less locked up. Even mouse gestures were choppy. So…I decided to investigate.

read more...

Posted at 02 Aug @ 1:58 AM by Joseph Marques | 0 Comments
  2010/07/08
RHQ 3.0.0 final has been released
Last Changed by Heiko W. Rupp, Jul 08, 2010 02:55

After several month of hard work, Release 3 of RHQ has been released. Read more...

Posted at 08 Jul @ 2:54 AM by Heiko W. Rupp | 0 Comments
  2010/06/17
RHQ and Customizable Dashboards
Last Changed by Greg Hinkle, Jun 17, 2010 17:41

For the second in the series I've uploaded a demo of the latest prototype dashboard system for the next generation RHQ user interface.

Read More...

Posted at 17 Jun @ 5:41 PM by Greg Hinkle | 0 Comments
  2010/04/27
Nagios support coming to RHQ...
Last Changed by Heiko W. Rupp, Apr 27, 2010 02:36

Alexander Kiefer started working on supporting the Nagios monitoring system from within RHQ. The idea here is not to plugin the Nagios plugins directly into RHQ, but [Read more... ]

Posted at 27 Apr @ 2:35 AM by Heiko W. Rupp | 0 Comments
  2010/04/13
Exposing domain objects to GWT
Last Changed by Greg Hinkle, Apr 13, 2010 12:54

To continue the discussion on our use of GWT for RHQ I wanted to explain our success in directly utilizing the domain objects of RHQ in our client side code. With GWT allowing us to write our UI view code directly in Java there's even more advantage in direct access than with some of our other client technologies. We were able to reasonably easily get our domain module to GWT compile making it possible to use these objects in the generated client-side JavaScript and to serialize them between the tiers. A little bit of maven setup and we're of developing code that will run in the browser that is as direct and rich as swing development.

[Read More... ]

Posted at 13 Apr @ 12:53 PM by Greg Hinkle | 0 Comments
  2010/04/07
New RHQ User Interface
Last Changed by Greg Hinkle, Apr 07, 2010 13:05

For the next version of RHQ we have been prototyping with the GWT UI technologies that I hope will improve the capability and usability of the RHQ project. The development is still in early stages and we're planning to roll out the new UI technology over the course of several releases along with the other major feature development.

Read More and see a screencast...

Posted at 07 Apr @ 1:03 PM by Greg Hinkle | 0 Comments
  2010/02/17
Video from the RHQ talk at FOSDEM X available
Last Changed by Heiko W. Rupp, Feb 17, 2010 06:04

A video from the talk about "Systemmanagement with RHQ and Jopr" recorded at FOSDEM X is online.

You can watch it either on YouTube: http://www.youtube.com/watch?v=qGTtERJ63xw
or download is as .ogg file from the FOSDEM video page at
http://video.fosdem.org/2010/devrooms/jboss/systems.management.with.rhq.and.jopr.ogg (400 MB)

The slides of the talk are available from http://www.pilhuhn.de/hwr/fosdem10/FOSDEM10.pdf

Posted at 17 Feb @ 5:59 AM by Heiko W. Rupp | 0 Comments
  2010/02/09
How-to write a plugin video available
Last Changed by Heiko W. Rupp, Feb 09, 2010 10:04

A new video has been made available that explains how to start with agent plugin development.
You can check it out on youtube ( 3 parts )

Posted at 09 Feb @ 9:50 AM by Heiko W. Rupp | 0 Comments
Small FOSDEM review
Last Changed by Heiko W. Rupp, Feb 09, 2010 05:14

I had the luck to give a talk about RHQ at FOSDEM X Read more...

Posted at 09 Feb @ 5:10 AM by Heiko W. Rupp | 0 Comments
  2010/02/01
Community Release 3.0.0.B02
Last Changed by Jason Dobies, Feb 01, 2010 17:44
Posted at 01 Feb @ 5:39 PM by Jason Dobies | 0 Comments
  2010/01/18
Autocomplete and the RHQ CLI
Last Changed by Greg Hinkle, Jan 18, 2010 08:32

Autocomplete is a feature that I can not live without. It must be the curse of using better and better IDEs and phones. Not that I'm too lazy to type out the rest of a command, but something drives me nuts about the inefficiency of having to do it when I could use that time to do something more useful. So when it came time to write the command line interface for RHQ last year I knew it was a feature we had to get in there somehow.

Read More...

Posted at 18 Jan @ 8:30 AM by Greg Hinkle | 0 Comments
  2010/01/04
Byteman Plugin Revisited
Last Changed by John Mazzitelli, Jan 04, 2010 02:36

I decided to revisit that Byteman prototype from a few months ago and build it out further.

With this RHQ-Byteman integration, you can now do remote byte-code injection into any Java virtual machine.

The uses for this kind of thing are boundless - from tracing how long it takes for a Java method to execute to testing an application's fault tolerance by forcing test exceptions to be thrown.

Read more...

Posted at 04 Jan @ 2:33 AM by John Mazzitelli | 0 Comments
  2009/12/16
New posts - how to write an alert sender plugin
Last Changed by Heiko W. Rupp, Dec 16, 2009 09:57

I've written two posts that show you how to write an alert sender plugin.
You'll find the posts here:
Part 1 and Part 2

Posted at 16 Dec @ 9:53 AM by Heiko W. Rupp | 0 Comments