Has anyone created an alert in CAPS and sent it to a SNMP Monitoring system

Has anyone created an alert in a CAPS jcd and sent it to a SNMP Monitoring system.

I know this can be done by the Alert Agent and the SNMP Agent

But I want to build a Common Service that will be able to receive alerts via a web service call or a JMS queue and from these (xml document) alerts create an alert to sent to a monitoring system via SNMP.

To do this I need to be able to directly send a alert message to the SNMP agent but I do not think I can do this ? Can I ?

Sending it to the Alert agent will not work as it will then treat it as if it came from the Common Service not the originating service/application.

Thank you in advance and any suggestion would be excellent

[716 byte] By [marryb] at [2007-11-26 9:49:27]
# 1

hi mayb,

you can if you have got a librar<y that is able to send SNMP from scratch.

this version would be implemented as follows:

all alerts are sent to a topic of your choice.

on this topic is a jcd subscribed that reads the alerts and sends it via snmp to your destination.

regards chris>

ChrisBrennsteiner at 2007-7-7 0:58:31 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 2
I guess you could try http://www.snmp4j.org/index.html .Sebastian.
sebykrueger at 2007-7-7 0:58:31 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...