This is a discussion on Re: IBM WebSphere Message Queue MIB within the SNMP Users forums, part of the Networking and Network Related category; On 01/05/07, Andrew Wilkin <Andrew.Wilkin@lands.nsw.gov.au> wrote: > I would like to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 01/05/07, Andrew Wilkin <Andrew.Wilkin@lands.nsw.gov.au> wrote:
> I would like to be able to monitor IBM's WebSphere Message Queue system; I > thought that I could use SNMP to help with this. > > Does anyone know where I might find a mib to monitor the MQ environment? The fact that you've had no response to this request seems to indicate that there probably isn't an existing MIB suitable for your needs. You're probably going to have to write one yourself. Start by thinking about what information you want to monitor, and how you might get that information out of the WebSphere system. One option would be to use the "data-independent" extension mechanisms ("exec" or "extend") of the Net-SNMP agent to report this information. Alternatively, you can analyse the information structure, and design a suitable MIB, then write code to implement it. But it definitely looks as if you're going to have to do this yourself. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |