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.
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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment