Thursday, March 13, 2008

Extracting Omnibus Events

Omnibus uses a memory resident database to store events in. This database is accessible via an API that you can pass SQL statements.

Here are some of the basic SQL statements to get you started.

select * from alerts.table;
select Node, Tally, Summary from alerts.table;
describe alerts.table;

Look for ITM and TEC integration information for Netcool OMNIBus coming in the next month.

No comments: