Download

Main program download

x86-win32-novm-1-1.zip - IxoraRMS built for Windows

x86-linux-novm-1-1.tar.gz - IxoraRMS built for Linux

ixorarms-1-1-fp1.zip - IxoraRMS 1.1 Fix pack 1. See the release notes and installation instructions here.

You can see all available downloads at http://code.google.com/p/ixora-rms/downloads/list

Other artifacts

The "Installing Artifacts" section of the documentation covers how to install agents, data views and dashboards.

WebSphereSIBTables.agent - agent that monitors WebSphere JMS data stores.

This is an SQL provider based agent that provides a timeseries chart view with the number of rows in all SIB tables that contain persisted JMS messages. It is useful to keep an eye on the JMS messages backlog.

Note that you need to adjust the SQL in the provider definition to match your environment. The default SQL is shown below:

SELECT 

'SIB1_1', Count(*)

FROM 

SIB1.SIB000

UNION 
SELECT 

'SIB1_2', Count(*)

FROM 

SIB1.SIB001

UNION 
SELECT 

'SIB1_3', Count(*)

FROM 

SIB1.SIB002

UNION 
SELECT 

'SIB2_1', Count(*)

FROM 

SIB2.SIB000

UNION 
SELECT 

'SIB2_2', Count(*)

FROM 

SIB2.SIB001

UNION 
SELECT 

'SIB2_3', Count(*)

FROM 

SIB2.SIB002

The agent is setup for DB2, you can change the database specific settings in the provider definition. If you leave the defaults, you need to drop the DB2 JDBC driver jar file (db2jcc.jar) into the lib folder of your IxoraRMS installation.