javaalertstivoli

Tivoli alert from java code


Can anyone guide me how could I raise tivoli alerts from my java code.I searched for the API or documentation for tivoli netcool IBM product alert raising from java code but I couldn't find the exact match for my problem.

We are using netcool alert system to raise alert to the support system, If my application find any abnormal case in data we need to raise tivoli alert to investigate the data.

We have some alert methodolgy for system not available , server not in running mode.

Now am in need of populating this alert from java code. Other that sending mail to the group. How could I raise the alert in tivoli(some issue number for the issue ) so that we could track the issues later.

Please guide to find solution for this issue. I tried searching in stackoverflow but no one had raised such request, I saw same kind of question in http://software.itags.org/ibm-websphere/256320/ but no had answered..

I'm exepecting help from some expert's answers from stackoverflow..

Thanks in advance.. Thanks!


Solution

  • Netcool Omnibus is a glorified Sybase server when you get under the hood. I don't do much with Java, but I have several alarms created from Perl DBI SQL inserts when SNMP traps are unavailable. If you have a Sybase connector for Java write an insert statement to the table alerts.status to your Object Server's IP on port 4100.