Tuesday, March 11, 2008

How to send ITM events to multiple TEC servers

This article credit goes to IV Blankenship. Tivoli documentation says there is no way to send ITM events to multiple TEC servers, which is true. However, there is an intelligent workaround for this problem. This article gives you an idea of how to do it.

The idea is to forward the situation events to SCE and write a custom action to forward to multiple event servers. The following java class shows how to send events to single TEC server, which can be tweaked to send events to mulitple TEC servers by modifying the code to to accept multiple sender config files. If you have any questions on how to do it, please feel free to post your comments.

The Java code can be downloaded from here

No comments: