How to monitor for Opalis Integration Server Platform Events

KBJust a heads up on a new Opalis Knowledge Base article we published yesterday afternoon.  If ever wondered how you could monitor for Opalis Integration Server Platform Events then you'll want to check this one out:

=====

Summary

Opalis Integration Server provides a robust means of integrating with products such as Event Management Systems that can monitor hardware and software technology components but what monitors Opalis Integration Server?

Many aspects of the Opalis Integration Server environment can be monitored by Event Management Systems such as Microsoft System Center Operations Manager but there are some aspects of the Opalis Integration Server environment that are self-monitored and produce Opalis Platform Events when issues are detected.  These events are not recorded in a location that most Event Management Systems would monitor but rather are recorded in the Opalis Integration Server database.

Opalis Integration Server can however be configured to have Opalis Platform Events sent as SNMP traps to the SNMP monitoring agent of your choice (e.g. System Center Operations Manager 2007 R2) and have that monitoring agent perform a desired action such as notification.

More Information

To configure SNMP trap delivery, you would need to execute two commands from the Management Server computer in the Management Service installation folder (default path = C:\Program Files\Opalis Software\Opalis Integration Server\Management Service):

oedc /delivery /add /pattern .* /to snmp
The above command will tell the Event Notification system to send all events to configured SNMP destinations.

oedc /snmp /add /ip <ipaddress> /port 162 /version SNMP1 /community opalis
The above command will add a new SNMP destination of the configured IP address on port 162 (default SNMP port) using SNMP version 1 in the SNMP community “opalis”.

The SNMP destination can consume these traps by monitoring for the following varbinds:

  • Trap Enterprise ID = 1.3.6.1.4.1.4217.100.100
  • Generic ID = 6 (enterpriseSpecific)
  • Specific ID = 1
  • OID 1.3.6.1.4.1.4217.100.100.1 = Opalis Event Type (Information, Warning or Error)
  • OID 1.3.6.1.4.1.4217.100.100.2 = Opalis Event Summary
  • OID 1.3.6.1.4.1.4217.100.100.3 = Opalis Event Details

Note: If the content of the SNMP trap exceeds 1000 characters it will be truncated.

More information on Opalis Integration Server Event Notification can be found in the Opalis Integration Server Administrator Guide located in the Documentation folder of the Opalis Integration Server distribution package.

=====

For the latest version of the article see the link below:

KB2269622 - How to monitor for Opalis Integration Server Platform Events

J.C. Hornbeck | System Center Knowledge Engineer

The App-V Team blog: https://blogs.technet.com/appv/
The WSUS Support Team blog: https://blogs.technet.com/sus/
The SCMDM Support Team blog: https://blogs.technet.com/mdm/
The ConfigMgr Support Team blog: https://blogs.technet.com/configurationmgr/
The SCOM 2007 Support Team blog: https://blogs.technet.com/operationsmgr/
The SCVMM Team blog: https://blogs.technet.com/scvmm/
The MED-V Team blog: https://blogs.technet.com/medv/
The DPM Team blog: https://blogs.technet.com/dpm/
The OOB Support Team blog: https://blogs.technet.com/oob/
The Opalis Team blog: https://blogs.technet.com/opalis

clip_image001 clip_image002