L.S., If you want to configure nagios to monitor the ServiceMix instance, you could also use something like http://code.google.com/p/jmxquery/ to connect to JMX directly from your nagios instance. If you can provide us with more details on what exactly you would like to monitor, we might even be able to write a custom nagios check command to look for servicemix-specific information. I know of a few other ServiceMix that are running in environments monitored by nagios, so that might be benefit the entire community.
Another option would be to implement the http://www.eaipatterns.com/TestMessage.html pattern on your ESB, by adding some configuration to your current SA or by adding a specific test sa. You can then write a simple camel client or something to send a message to the test sa and assert it is still functioning properly. Regards, Gert Vanthienen ------------------------ Open Source SOA: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ 2009/9/23 tplizga <[email protected]>: > > Is there a way to detect a running instance of ServiceMix using SNMP? I'm > working on a task to write system-state monitoring code to detect the health > of various components of my project's web service application, which is > deployed as a series of JBI services running within ServiceMix. At this > point, I would like to detect whether ServiceMix is up or down. > > Does ServiceMix provide a published Management Information Base (MIB) > exposing a set of OIDs that can be queried through an snmp poll? > > Please keep in mind that using FuseHQ (Hyperic HQ) is NOT an option for me. > My customer has selected Nagios as our SNMP monitoring application. My > current approach is to try to use the OpenDMK library to write an SNMP agent > (basically using the SnmpAdapterServer to do the heavy lifting). > > Any advice and suggestions would be greatly appreciated. > -- > View this message in context: > http://www.nabble.com/Detecting-ServiceMix-via-SNMP-tp25530922p25530922.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > >
